Uses of Interface
org.thymeleaf.testing.templateengine.messages.ITestMessages
-
Packages that use ITestMessages Package Description org.thymeleaf.testing.templateengine.messages org.thymeleaf.testing.templateengine.standard.test org.thymeleaf.testing.templateengine.testable -
-
Uses of ITestMessages in org.thymeleaf.testing.templateengine.messages
Classes in org.thymeleaf.testing.templateengine.messages that implement ITestMessages Modifier and Type Class Description class
TestMessages
Methods in org.thymeleaf.testing.templateengine.messages that return ITestMessages Modifier and Type Method Description ITestMessages
ITestMessages. aggregate(ITestMessages messages)
ITestMessages
TestMessages. aggregate(ITestMessages messages)
Methods in org.thymeleaf.testing.templateengine.messages with parameters of type ITestMessages Modifier and Type Method Description ITestMessages
ITestMessages. aggregate(ITestMessages messages)
ITestMessages
TestMessages. aggregate(ITestMessages messages)
-
Uses of ITestMessages in org.thymeleaf.testing.templateengine.standard.test
Methods in org.thymeleaf.testing.templateengine.standard.test with parameters of type ITestMessages Modifier and Type Method Description void
StandardTest. setMessages(ITestMessages messages)
void
StandardTest. setMessages(ITestMessages messages, StandardTestValueType valueType)
-
Uses of ITestMessages in org.thymeleaf.testing.templateengine.testable
Methods in org.thymeleaf.testing.templateengine.testable that return ITestMessages Modifier and Type Method Description ITestMessages
AbstractTest. getMessages()
ITestMessages
ITest. getMessages()
Methods in org.thymeleaf.testing.templateengine.testable with parameters of type ITestMessages Modifier and Type Method Description void
AbstractTest. setMessages(ITestMessages messages)
-