unit.TestStatus

TestStatus

package haxe-unit

Available on all platforms

The status information of a unit test case method.

See:

Constructor

new ()

Variables

backtrace:String

The representation of the stack exception.

classname:String

The class name of the unit test.

done:Bool

true when the unit test is executed.

error:String

The error message of the unit test method.

method:String

The method name of the unit test.

posInfos:PosInfos

The position information of the unit test.

success:Bool

true when succesfully unit tested.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/haxe/unit/TestStatus.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部