- Index
- »
- util
- »
- TestRunner
type
TestRunner
src
@Js
class TestRunner : Obj
TestRunner executes Test
classes and reports success/failure.
fields
methods
main |
Run with given command line arguments |
---|---|
onSetup |
Callback to invoke setup |
onTeardown |
Callback to invoke teardown |
printUsage |
Print usage |
printVersion |
Print version |
reportFailure |
Report the failure and exception raised |
reportStart |
Report the start of a test method |
reportSuccess |
Report the success and number of verifies |
reportSummary |
Report summary of tests |
runAll |
Run on every installed pod |
runMethod |
Run test method |
runPod |
Run all tests in given pod |
runTarget |
Run target from an argument string |
runTargets |
Run list of targets from an argument string |
runType |
Run all test methods on a given type |