Uses of Class
org.openl.rules.testmethod.TestSuiteMethod
-
Packages that use TestSuiteMethod Package Description org.openl.rules.testmethod -
-
Uses of TestSuiteMethod in org.openl.rules.testmethod
Methods in org.openl.rules.testmethod that return TestSuiteMethod Modifier and Type Method Description static TestSuiteMethod[]ProjectHelper. allTesters(IOpenClass openClass)TestSuiteMethodTestSuiteMethod. getOriginalTestSuiteMethod()TestSuiteMethodTestSuite. getTestSuiteMethod()Methods in org.openl.rules.testmethod with parameters of type TestSuiteMethod Modifier and Type Method Description protected voidTestMethodBoundNode. setTestSuite(TestSuiteMethod testSuiteMethod)Constructors in org.openl.rules.testmethod with parameters of type TestSuiteMethod Constructor Description TestSuite(TestSuiteMethod testSuiteMethod)TestSuite(TestSuiteMethod testSuiteMethod, int... testIndices)TestSuite(TestSuiteMethod testSuiteMethod, TestRunner testRunner)TestSuiteMethod(IOpenMethod testedMethod, TestSuiteMethod target)
-