Sha256: f60b59835f793d63fa62d97c3bb9ea582b104178b6e4d10be77e94542008fa91
Contents?: true
Size: 477 Bytes
Versions: 2
Compression:
Stored size: 477 Bytes
Contents
package { /** * This file has been automatically created using * #!/usr/bin/ruby script/generate suite * If you modify it and run this script, your * modifications will be lost! */ <% test_case_classes.each do |test_case| %>import <%= test_case %>; <% end %> [Suite] public class AllTests { <% test_case_classes.each do |test_case| %>public var <%= test_case.gsub('.', '_') %>:<%= test_case %>; <% end %> } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
asunit4-4.2.3.pre | sprout/lib/asunit4/templates/AsUnit4SuiteClass.as |
asunit4-4.2.2.pre | sprout/lib/asunit4/templates/AsUnit4SuiteClass.as |