浏览代码

added unit framework.

Nicolas Cannasse 19 年之前
父节点
当前提交
888029b227
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      std/haxe/ImportAll.hx

+ 5 - 0
std/haxe/ImportAll.hx

@@ -71,6 +71,11 @@ import haxe.remoting.SocketBuffer;
 import haxe.remoting.SocketConnection;
 #end
 
+import haxe.unit.TestCase;
+import haxe.unit.TestResult;
+import haxe.unit.TestRunner;
+import haxe.unit.TestStatus;
+
 // flash
 #if flash