Mercurial > hg > audiodb
comparison bindings/as3/ext/asunit/runner/TestSuiteLoader.as @ 732:3a0b9700b3d2
* Initial AS3 commit
author | mas01mj |
---|---|
date | Tue, 14 Sep 2010 16:47:10 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
731:65134dd772fc | 732:3a0b9700b3d2 |
---|---|
1 package asunit.runner { | |
2 | |
3 public interface TestSuiteLoader { | |
4 // throws ClassNotFoundException | |
5 function load(suiteClassName:String):Class; | |
6 // throws ClassNotFoundException | |
7 function reload(aClass:Class):Class; | |
8 } | |
9 } |