Package org.openl.rules.testmethod
Interface ITestResultBuilder
-
- All Known Implementing Classes:
BaseTestUnit.Builder,TestUnit.Builder
public interface ITestResultBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITestUnitbuild(TestDescription test, Object res, Throwable error, long executionTime)
-
-
-
Method Detail
-
build
ITestUnit build(TestDescription test, Object res, Throwable error, long executionTime)
-
-