| Package | Description |
|---|---|
| org.openl.rules.testmethod | |
| org.openl.rules.testmethod.export |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTestUnit |
class |
TestUnit
Representation of the single test unit in the test.
|
| Modifier and Type | Method and Description |
|---|---|
ITestUnit |
BaseTestUnit.Builder.build(TestDescription test,
Object res,
Throwable error,
long executionTime) |
ITestUnit |
ITestResultBuilder.build(TestDescription test,
Object res,
Throwable error,
long executionTime) |
ITestUnit |
TestUnit.Builder.build(TestDescription test,
Object res,
Throwable error,
long executionTime) |
ITestUnit |
TestRunner.runTest(TestDescription test,
Object target,
IRuntimeEnv env,
OpenLArgumentsCloner cloner,
long ntimes) |
| Modifier and Type | Method and Description |
|---|---|
List<ITestUnit> |
TestUnitsResults.getFilteredTestUnits(boolean failuresOnly,
int size) |
List<ITestUnit> |
TestUnitsResults.getTestUnits() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ResultExport.writeResult(org.apache.poi.ss.usermodel.Row row,
int colNum,
ITestUnit testUnit) |
protected void |
RulesResultExport.writeResult(org.apache.poi.ss.usermodel.Row row,
int colNum,
ITestUnit testUnit) |
protected void |
TestResultExport.writeResult(org.apache.poi.ss.usermodel.Row row,
int colNum,
ITestUnit testUnit) |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.