The status information of a unit test case method.
See:
https://haxe.org/manual/std-unit-testing.html
done:Bool
true when the unit test is executed.
true
error:String
The error message of the unit test method.
posInfos:PosInfos
The position information of the unit test.
success:Bool
true when succesfully unit tested.