soumavachakraborty / gaforflash

Automatically exported from code.google.com/p/gaforflash
Apache License 2.0
0 stars 0 forks source link

have the unit tests run on the command line #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
integrated in the ant build

Original issue reported on code.google.com by zwetan on 11 Jan 2009 at 2:35

GoogleCodeExporter commented 8 years ago
so far so good ;)
$ ./ASTUce -l:GA.swf com.google.analytics.core.AllTests
----------------------------------------------------------------
ASTUce: ActionScript Test Unit compact edition AS3 v0.9.0.122
Copyright © 2006-2009 Zwetan Kjukov, All right reserved.
Made in the EU.
----------------------------------------------------------------
[com.google.analytics.core.AllTests] #0
......................................
......................................
......
Time: 0h:0mn:0s:55ms

OK (82 tests)
----------------------------------------------------------------

Original comment by zwetan on 11 Jan 2009 at 2:36

GoogleCodeExporter commented 8 years ago
ok hangon to your knickers because it's coming next release :D

$ ./src/ASTUce.exe -l:GA.swf com.google.analytics.AllTests
----------------------------------------------------------------
ASTUce: ActionScript Test Unit compact edition AS3 v0.9.0.122
Copyright © 2006-2009 Zwetan Kjukov, All right reserved.
Made in the EU.
----------------------------------------------------------------
[com.google.analytics.AllTests] #0
......................................
......................................
......................................
....................................
Time: 0h:0mn:0s:154ms

OK (150 tests)
----------------------------------------------------------------

Original comment by zwetan on 11 Jan 2009 at 2:53

GoogleCodeExporter commented 8 years ago
add the ASTUce executables to the build and done

Original comment by zwetan on 11 Jan 2009 at 2:54