Searched refs:actionST (Results 1 – 2 of 2) sorted by relevance
77 ST actionST = new ST(templates, rawTranslation); in testTemplateConstructor() local78 String found = actionST.render(); in testTemplateConstructor()114 ST actionST = new ST(templates, rawTranslation); in testTemplateConstructorNoArgs() local115 String found = actionST.render(); in testTemplateConstructorNoArgs()152 ST actionST = new ST(templates, rawTranslation); in testIndirectTemplateConstructor() local153 String found = actionST.render(); in testIndirectTemplateConstructor()187 ST actionST = new ST(templates, rawTranslation); in testStringConstructor() local188 String found = actionST.render(); in testStringConstructor()223 ST actionST = new ST(templates, rawTranslation); in testSetAttr() local224 String found = actionST.render(); in testSetAttr()[all …]
66 ST actionST = new ST(templates, "<action>"); in testEscapedLessThanInAction() local67 actionST.add("action", rawTranslation); in testEscapedLessThanInAction()68 String found = actionST.render(); in testEscapedLessThanInAction()2818 ST actionST = new ST(templates, rawTranslation); in testIllegalAssignToLocalAttr() local2819 String found = actionST.render(); in testIllegalAssignToLocalAttr()2975 ST actionST = new ST(templates, rawTranslation); in testDoNotTranslateScopeAttributeCompare() local2976 String found = actionST.render(); in testDoNotTranslateScopeAttributeCompare()