buddy lib for tests, replace disposeBindings with unbindAll

This commit is contained in:
Dima Granetchi
2014-11-12 22:57:48 +02:00
parent e2f9866d78
commit c6c33cf204
7 changed files with 117 additions and 179 deletions
+3 -11
View File
@@ -1,14 +1,6 @@
package ;
import haxe.unit.TestRunner;
import buddy.BuddySuite;
class Tests {
static function main() {
var runner = new TestRunner();
runner.add(new BaseTest());
runner.add(new InheritanceTest());
runner.add(new TestProperty());
runner.run();
}
}
@:build(buddy.GenerateMain.build(null, ["test"]))
class Tests extends BuddySuite {}