Uses of Interface
org.thymeleaf.testing.templateengine.context.ITestContext
-
Packages that use ITestContext Package Description org.thymeleaf.testing.templateengine.context org.thymeleaf.testing.templateengine.standard.test org.thymeleaf.testing.templateengine.testable -
-
Uses of ITestContext in org.thymeleaf.testing.templateengine.context
Classes in org.thymeleaf.testing.templateengine.context that implement ITestContext Modifier and Type Class Description classTestContextMethods in org.thymeleaf.testing.templateengine.context that return ITestContext Modifier and Type Method Description ITestContextITestContext. aggregate(ITestContext context)ITestContextTestContext. aggregate(ITestContext context)Methods in org.thymeleaf.testing.templateengine.context with parameters of type ITestContext Modifier and Type Method Description ITestContextITestContext. aggregate(ITestContext context)ITestContextTestContext. aggregate(ITestContext context) -
Uses of ITestContext in org.thymeleaf.testing.templateengine.standard.test
Methods in org.thymeleaf.testing.templateengine.standard.test with parameters of type ITestContext Modifier and Type Method Description voidStandardTest. setContext(ITestContext context)voidStandardTest. setContext(ITestContext context, StandardTestValueType valueType) -
Uses of ITestContext in org.thymeleaf.testing.templateengine.testable
Fields in org.thymeleaf.testing.templateengine.testable declared as ITestContext Modifier and Type Field Description private ITestContextAbstractTest. contextMethods in org.thymeleaf.testing.templateengine.testable that return ITestContext Modifier and Type Method Description ITestContextAbstractTest. getContext()ITestContextITest. getContext()Methods in org.thymeleaf.testing.templateengine.testable with parameters of type ITestContext Modifier and Type Method Description voidAbstractTest. setContext(ITestContext context)
-