Uses of Class
org.openl.rules.testmethod.TestDescription
-
Packages that use TestDescription Package Description org.openl.rules.testmethod -
-
Uses of TestDescription in org.openl.rules.testmethod
Methods in org.openl.rules.testmethod that return TestDescription Modifier and Type Method Description TestDescriptionBaseTestUnit. getTest()TestDescriptionITestUnit. getTest()TestDescriptionTestSuite. getTest(int testNumber)TestDescriptionTestSuiteMethod. getTest(int numberOfTest)TestDescription[]TestSuite. getTests()TestDescription[]TestSuiteMethod. getTests()Methods in org.openl.rules.testmethod with parameters of type TestDescription 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)static ParameterWithValueDeclaration[]TestUtils. getContextParams(TestSuite test, TestDescription testCase)ITestUnitTestRunner. runTest(TestDescription test, Object target, IRuntimeEnv env, OpenLCloner cloner, int ntimes)Constructors in org.openl.rules.testmethod with parameters of type TestDescription Constructor Description TestSuite(TestDescription... tests)
-