class compilerJs::TestRunner
sys::Obj compilerJs::TestRunner
TestRunner is the command line tool to run Fantom unit tests against their JavaScript implementations.
- engine
-
ScriptEngine? engine - evalPod
- failureNames
-
Str[] failureNames := Str[,] - failures
-
Int failures := 0 - help
-
Void help() - main
- methodCount
-
Int methodCount := 0 - methods
- results
-
Void results() - runTest
- runTests
- testCount
-
Int testCount := 0 - totalVerifyCount
-
Int totalVerifyCount := 0