root/as3/Thread/trunk/tests/RunTests.as

リビジョン 3320, 397 bytes (コミッタ: yossy, コミット時期: 2 年 前)

Added fla file for running test cases on Flash CS3.

Line 
1 package
2 {
3         import flash.display.Sprite;
4         import org.libspark.as3unit.runner.AS3UnitCore;
5         import flash.utils.describeType;
6
7         public class RunTests extends Sprite
8         {
9                 public function RunTests()
10                 {
11                         trace('NOTE: It may tooks over 10 seconds until result will be shown (because there are async tests). Please have some coffee and wait. :)');
12                        
13                         AS3UnitCore.main(AllTests);
14                 }
15         }
16 }
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。