Uses of Interface
org.openl.rules.testmethod.ITestUnit
-
Packages that use ITestUnit Package Description org.openl.rules.testmethod org.openl.rules.testmethod.export -
-
Uses of ITestUnit in org.openl.rules.testmethod
Classes in org.openl.rules.testmethod that implement ITestUnit Modifier and Type Class Description classBaseTestUnitclassTestUnitRepresentation of the single test unit in the test.Methods in org.openl.rules.testmethod that return ITestUnit Modifier and Type Method Description ITestUnitBaseTestUnit.Builder. build(TestDescription test, Object res, Throwable error, long executionTime)ITestUnitITestResultBuilder. build(TestDescription test, Object res, Throwable error, long executionTime)ITestUnitTestUnit.Builder. build(TestDescription test, Object res, Throwable error, long executionTime)ITestUnitTestSuite. executeTest(IOpenClass openClass, int test, int ntimes)ITestUnitTestRunner. runTest(TestDescription test, Object target, IRuntimeEnv env, OpenLCloner cloner, int ntimes)Methods in org.openl.rules.testmethod that return types with arguments of type ITestUnit Modifier and Type Method Description List<ITestUnit>TestUnitsResults. getFilteredTestUnits(boolean failuresOnly, int size)List<ITestUnit>TestUnitsResults. getTestUnits() -
Uses of ITestUnit in org.openl.rules.testmethod.export
Methods in org.openl.rules.testmethod.export with parameters of type ITestUnit Modifier and Type Method Description protected abstract voidResultExport. writeResult(org.apache.poi.ss.usermodel.Row row, int colNum, ITestUnit testUnit)protected voidRulesResultExport. writeResult(org.apache.poi.ss.usermodel.Row row, int colNum, ITestUnit testUnit)protected voidTestResultExport. writeResult(org.apache.poi.ss.usermodel.Row row, int colNum, ITestUnit testUnit)
-