Fantom

 

class

compilerJs::TestRunner

sys::Obj
  compilerJs::TestRunner

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

Slots

engineSource

[java]javax.script::ScriptEngine engine

evalPodSource

Void evalPod(Pod p)

failureNamesSource

Str[] failureNames := Str[,]

failuresSource

Int failures := 0

helpSource

Void help()

mainSource

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

methodCountSource

Int methodCount := 0

methodsSource

Method[] methods(Type type, Str methodName)

resultsSource

Void results()

runTestSource

Int runTest(Method m)

runTestsSource

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

testCountSource

Int testCount := 0

totalVerifyCountSource

Int totalVerifyCount := 0