Simple feedback server
This commit is contained in:
17
feedback-server/externs/global/TestPlan.hx
Normal file
17
feedback-server/externs/global/TestPlan.hx
Normal file
@@ -0,0 +1,17 @@
|
||||
package global;
|
||||
|
||||
typedef TestPlan = {
|
||||
/**
|
||||
The nesting level of the test.
|
||||
**/
|
||||
var nesting : Float;
|
||||
/**
|
||||
The number of subtests that have ran.
|
||||
**/
|
||||
var count : Float;
|
||||
/**
|
||||
The path of the test file, undefined if test is not ran through a file.
|
||||
**/
|
||||
@:optional
|
||||
var file : String;
|
||||
};
|
Reference in New Issue
Block a user