チェンジセット 3320

差分発生行の前後
無視リスト:
コミット日時:
2010/01/21 20:46:18 (2 年前)
コミッタ:
yossy
ログメッセージ:

Added fla file for running test cases on Flash CS3.

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/Thread/trunk/tests/RunTests.as

    r641 r3320  
    1 package 
     1package 
    22{ 
    33        import flash.display.Sprite; 
    44        import org.libspark.as3unit.runner.AS3UnitCore; 
     5        import flash.utils.describeType; 
    56 
    67        public class RunTests extends Sprite 
     
    89                public function RunTests() 
    910                { 
     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                         
    1013                        AS3UnitCore.main(AllTests); 
    1114                }