TestCase
class haxe.unit.TestCaseAvailable in flash8, flash, neko, js, php, cpp, cs, java
var currentTest : TestStatus
function new() : Void
function assertEquals<T>( expected : T, actual : T, ?c : PosInfos ) : Void
function assertFalse( b : Bool, ?c : PosInfos ) : Void
function assertTrue( b : Bool, ?c : PosInfos ) : Void
function print( v : Dynamic ) : Void
function setup() : Void
function tearDown() : Void
version #16311, modified 2013-02-24 23:51:05 by api
0 comment