Searched refs:actionST (Results 1 – 2 of 2) sorted by relevance
79 ST actionST = new ST(templates, rawTranslation); in testTemplateConstructor() local80 String found = actionST.render(); in testTemplateConstructor()116 ST actionST = new ST(templates, rawTranslation); in testTemplateConstructorNoArgs() local117 String found = actionST.render(); in testTemplateConstructorNoArgs()154 ST actionST = new ST(templates, rawTranslation); in testIndirectTemplateConstructor() local155 String found = actionST.render(); in testIndirectTemplateConstructor()189 ST actionST = new ST(templates, rawTranslation); in testStringConstructor() local190 String found = actionST.render(); in testStringConstructor()225 ST actionST = new ST(templates, rawTranslation); in testSetAttr() local226 String found = actionST.render(); in testSetAttr()[all …]
68 ST actionST = new ST(templates, "<action>"); in testEscapedLessThanInAction() local69 actionST.add("action", rawTranslation); in testEscapedLessThanInAction()70 String found = actionST.render(); in testEscapedLessThanInAction()2820 ST actionST = new ST(templates, rawTranslation); in testIllegalAssignToLocalAttr() local2821 String found = actionST.render(); in testIllegalAssignToLocalAttr()2977 ST actionST = new ST(templates, rawTranslation); in testDoNotTranslateScopeAttributeCompare() local2978 String found = actionST.render(); in testDoNotTranslateScopeAttributeCompare()