class compilerJs::TestRunner

sys::Obj
  compilerJs::TestRunner

Source

TestRunner is the command line tool to run Fantom unit tests against their JavaScript implementations.

engine

ScriptEngine? engine

Source

evalPod

Void evalPod(Pod p)

Source

failureNames

Str[] failureNames := Str[,]

Source

failures

Int failures := 0

Source

help

Void help()

Source

main

Void main(Str[] args := Env.cur().args())

Source

methodCount

Int methodCount := 0

Source

methods

Method[] methods(Type type, Str methodName)

Source

results

Void results()

Source

runTest

Int runTest(Method m)

Source

runTests

Void runTests(Type type, Str methodName := "*")

Source

testCount

Int testCount := 0

Source

totalVerifyCount

Int totalVerifyCount := 0

Source