Uses of Class
org.pentaho.test.platform.engine.core.TestManager.TestInfo

Packages that use TestManager.TestInfo
org.pentaho.test.platform.engine.core   
 

Uses of TestManager.TestInfo in org.pentaho.test.platform.engine.core
 

Methods in org.pentaho.test.platform.engine.core that return TestManager.TestInfo
 TestManager.TestInfo TestManager.SuiteInfo.getTest(String method)
           
 TestManager.TestInfo TestManager.getTest(String suiteClass, String method)
           
 

Methods in org.pentaho.test.platform.engine.core with parameters of type TestManager.TestInfo
 void TestManager.SuiteInfo.addTestInfo(TestManager.TestInfo info)