Sha256: e0a5a685bae4b92855a6d9b2970536126c13ffb7dbe2c82ca45143aed9071424
Contents?: true
Size: 541 Bytes
Versions: 34
Compression:
Stored size: 541 Bytes
Contents
package { import asunit.core.TextCore; import flash.display.MovieClip; public class <%= test_runner_name %> extends MovieClip { private var core:TextCore; public function <%= test_runner_name %>() { core = new TextCore(); // You can run a single Test Case with: // core.start(SomeTest, null, this); // Or a single test method with: // core.start(SomeTest, 'testMethod', this); core.start(AllTests, null, this); } } }
Version data entries
34 entries across 34 versions & 3 rubygems