Uses of Interface
org.thymeleaf.testing.templateengine.testable.ITestResult
-
Packages that use ITestResult Package Description org.thymeleaf.testing.templateengine.report org.thymeleaf.testing.templateengine.testable -
-
Uses of ITestResult in org.thymeleaf.testing.templateengine.report
Methods in org.thymeleaf.testing.templateengine.report that return ITestResult Modifier and Type Method Description ITestResult
AbstractTestReporter. getResultByTestName(String testName)
ITestResult
ITestReporter. getResultByTestName(String testName)
Methods in org.thymeleaf.testing.templateengine.report with parameters of type ITestResult Modifier and Type Method Description String
AbstractTextualTestReporter. msgTestEnd(ITest test, String testName, ITestResult result, long executionTimeNanos)
protected void
AbstractTestReporter. reportTestEnd(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos)
void
AbstractTextualTestReporter. reportTestEnd(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos)
void
AbstractTestReporter. testEnd(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos)
void
ITestReporter. testEnd(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos)
-
Uses of ITestResult in org.thymeleaf.testing.templateengine.testable
Classes in org.thymeleaf.testing.templateengine.testable that implement ITestResult Modifier and Type Class Description class
TestResult
Methods in org.thymeleaf.testing.templateengine.testable that return ITestResult Modifier and Type Method Description ITestResult
ITest. evalResult(String executionId, String testName, String result)
ITestResult
ITest. evalResult(String executionId, String testName, Throwable t)
ITestResult
Test. evalResult(String executionId, String testName, String result)
ITestResult
Test. evalResult(String executionId, String testName, Throwable t)
protected ITestResult
Test. evalResultFailExpected(String executionId, String testName, String result)
protected ITestResult
Test. evalResultFailExpected(String executionId, String testName, Throwable t)
protected ITestResult
Test. evalResultSuccessExpected(String executionId, String testName, String result)
protected ITestResult
Test. evalResultSuccessExpected(String executionId, String testName, Throwable t)
-