TestRunner
classin packageklyn.unittest
public class TestRunner extends Object:
└ TestRunner
Class responsible for running test cases and test classes.
Properties inherited from Object: type
Methods
Modifier and Type Member Description
public addTestClass
addTestClass(testClass as Type) as Void:
Method to add a test class to the runner.
public runTests
runTests() as Void:
Method to run all test cases in the test classes.
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml