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 class
TestContext
Methods in org.thymeleaf.testing.templateengine.context that return ITestContext Modifier and Type Method Description ITestContext
ITestContext. aggregate(ITestContext context)
ITestContext
TestContext. aggregate(ITestContext context)
Methods in org.thymeleaf.testing.templateengine.context with parameters of type ITestContext Modifier and Type Method Description ITestContext
ITestContext. aggregate(ITestContext context)
ITestContext
TestContext. 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 void
StandardTest. setContext(ITestContext context)
void
StandardTest. setContext(ITestContext context, StandardTestValueType valueType)
-
Uses of ITestContext in org.thymeleaf.testing.templateengine.testable
Methods in org.thymeleaf.testing.templateengine.testable that return ITestContext Modifier and Type Method Description ITestContext
AbstractTest. getContext()
ITestContext
ITest. getContext()
Methods in org.thymeleaf.testing.templateengine.testable with parameters of type ITestContext Modifier and Type Method Description void
AbstractTest. setContext(ITestContext context)
-