JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.thymeleaf.testing.templateengine.testable
Interface ITestResult
All Known Implementing Classes:
TestResult
public interface
ITestResult
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getMessage
()
Throwable
getThrowable
()
boolean
hasMessage
()
boolean
hasThrowable
()
boolean
isOK
()
Method Details
isOK
boolean
isOK
()
hasMessage
boolean
hasMessage
()
getMessage
String
getMessage
()
hasThrowable
boolean
hasThrowable
()
getThrowable
Throwable
getThrowable
()