Bläddra i källkod

added unit framework.

Nicolas Cannasse 19 år sedan
förälder
incheckning
888029b227
1 ändrade filer med 5 tillägg och 0 borttagningar
  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;
 import haxe.remoting.SocketConnection;
 #end
 #end
 
 
+import haxe.unit.TestCase;
+import haxe.unit.TestResult;
+import haxe.unit.TestRunner;
+import haxe.unit.TestStatus;
+
 // flash
 // flash
 #if flash
 #if flash