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 classTestMessagesMethods in org.thymeleaf.testing.templateengine.messages that return ITestMessages Modifier and Type Method Description ITestMessagesITestMessages. aggregate(ITestMessages messages)ITestMessagesTestMessages. aggregate(ITestMessages messages)Methods in org.thymeleaf.testing.templateengine.messages with parameters of type ITestMessages Modifier and Type Method Description ITestMessagesITestMessages. aggregate(ITestMessages messages)ITestMessagesTestMessages. 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 voidStandardTest. setMessages(ITestMessages messages)voidStandardTest. setMessages(ITestMessages messages, StandardTestValueType valueType) -
Uses of ITestMessages in org.thymeleaf.testing.templateengine.testable
Fields in org.thymeleaf.testing.templateengine.testable declared as ITestMessages Modifier and Type Field Description private ITestMessagesAbstractTest. messagesMethods in org.thymeleaf.testing.templateengine.testable that return ITestMessages Modifier and Type Method Description ITestMessagesAbstractTest. getMessages()ITestMessagesITest. getMessages()Methods in org.thymeleaf.testing.templateengine.testable with parameters of type ITestMessages Modifier and Type Method Description voidAbstractTest. setMessages(ITestMessages messages)
-