Sha256: 108325c02cce58a6a4c4ec20c2fada01561dc891d6f7b6281302413bfa87fc9b
Contents?: true
Size: 484 Bytes
Versions: 134
Compression:
Stored size: 484 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! */ import asunit.framework.TestSuite;<% test_case_classes.each do |test_case| %> import <%= test_case %>;<% end %> public class AllTests extends TestSuite { public function AllTests() {<% test_case_classes.each do |test_case| %> addTest(new <%= test_case %>());<% end %> } } }
Version data entries
134 entries across 38 versions & 4 rubygems