java.lang.Object
io.github.astrapi69.test.message.TestMessagesExtensions
The class
TestMessagesExtensions generates any messages that are needed in test classes.-
Method Summary
Modifier and TypeMethodDescriptionstatic StringnewFailMessage(String expectedVariableName, String expected, String actual) Factory method for create a new fail message for a test as String object.
-
Method Details
-
newFailMessage
Factory method for create a new fail message for a test as String object.- Parameters:
expectedVariableName- the expected variable nameexpected- the expectedactual- the actual- Returns:
- the new fail message for a test as String object
-