Fan

 

class

compilerJavascript::TestRunner

sys::Obj
  compilerJavascript::TestRunner

TestRunner is the command line tool to run Fan unit tests against their Javascript implementations.

Slots

engineSource

[java]javax.script::ScriptEngine engine

evalPodSource

Void evalPod(Pod p)

failureNamesSource

Str[] failureNames := [,]

failuresSource

Int failures := 0

helpSource

Void help()

mainSource

Void main()

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 := "*")

skipSource

Bool skip(Type type, Str methodName)

testCountSource

Int testCount := 0

totalVerifyCountSource

Int totalVerifyCount := 0