Class TestResult
Object
org.thymeleaf.testing.templateengine.testable.TestResult
- All Implemented Interfaces:
ITestResult
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TestResult
(String testName, boolean ok, String message, Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionstatic TestResult
static TestResult
static TestResult
boolean
boolean
boolean
isOK()
static TestResult
static TestResult
static TestResult
static TestResult
-
Constructor Details
-
TestResult
-
-
Method Details
-
ok
-
ok
-
ok
-
ok
-
error
-
error
-
error
-
getTestName
-
isOK
public boolean isOK()- Specified by:
isOK
in interfaceITestResult
-
hasMessage
public boolean hasMessage()- Specified by:
hasMessage
in interfaceITestResult
-
getMessage
- Specified by:
getMessage
in interfaceITestResult
-
hasThrowable
public boolean hasThrowable()- Specified by:
hasThrowable
in interfaceITestResult
-
getThrowable
- Specified by:
getThrowable
in interfaceITestResult
-