Uses of Class
org.openl.rules.testmethod.TestUnitsResults
-
Packages that use TestUnitsResults Package Description org.openl.rules.testmethod org.openl.rules.testmethod.export -
-
Uses of TestUnitsResults in org.openl.rules.testmethod
Methods in org.openl.rules.testmethod that return TestUnitsResults Modifier and Type Method Description protected TestUnitsResultsTestSuiteMethod. innerInvoke(Object target, Object[] params, IRuntimeEnv env)TestUnitsResultsTestSuite. invoke(Object target, IRuntimeEnv env)TestUnitsResultsTestSuite. invokeParallel(TestSuiteExecutor testSuiteExecutor, IOpenClass openClass, int ntimes)TestUnitsResultsTestSuite. invokeSequentially(IOpenClass openClass, int ntimes)Methods in org.openl.rules.testmethod with parameters of type TestUnitsResults Modifier and Type Method Description ParameterWithValueDeclaration[]BaseTestUnit. getContextParams(TestUnitsResults objTestResult)ParameterWithValueDeclaration[]ITestUnit. getContextParams(TestUnitsResults objTestResult)ParameterWithValueDeclaration[]TestUnit. getContextParams(TestUnitsResults objTestResult) -
Uses of TestUnitsResults in org.openl.rules.testmethod.export
Methods in org.openl.rules.testmethod.export with parameters of type TestUnitsResults Modifier and Type Method Description voidResultExport. export(OutputStream outputStream, int testsPerPage, TestUnitsResults... results)protected abstract intResultExport. writeInfo(org.apache.poi.ss.usermodel.Sheet sheet, TestUnitsResults result, int rowNum)protected intRulesResultExport. writeInfo(org.apache.poi.ss.usermodel.Sheet sheet, TestUnitsResults result, int rowNum)protected intTestResultExport. writeInfo(org.apache.poi.ss.usermodel.Sheet sheet, TestUnitsResults result, int rowNum)protected abstract voidResultExport. writeResultHeader(TestUnitsResults result, org.apache.poi.ss.usermodel.Row row, int colNum)protected voidRulesResultExport. writeResultHeader(TestUnitsResults result, org.apache.poi.ss.usermodel.Row row, int colNum)protected voidTestResultExport. writeResultHeader(TestUnitsResults result, org.apache.poi.ss.usermodel.Row row, int colNum)
-