Create Suite from Single Test MethodThe fromMethod method creates a suite from a single test method.suiteMethod = TestSuite.fromMethod(?SolverTest,'testRealSolution')'
result = run(suiteMethod);See Also
TestSuiteRelated Examples
- “Write Simple Test Case Using Classes” on page 33-51
33 Unit Testing