haXe API Documentation
Back
|
Index
class
haxe.unit.TestCase
implements
haxe.Public
Available in flash, neko, js, flash9, php, cpp
var
currentTest :
TestStatus
function
new() :
Void
function
assertEquals<T>(expected : T, actual : T, ?c :
haxe.PosInfos
) :
Void
function
assertFalse(b :
Bool
, ?c :
haxe.PosInfos
) :
Void
function
assertTrue(b :
Bool
, ?c :
haxe.PosInfos
) :
Void
function
print(v :
Dynamic
) :
Void
function
setup() :
Void
function
tearDown() :
Void
Back
|
Index