Sha256: 545d95f0c03a42219f00e1abee19f49678280dabbc9c66d51786a3eccd9e5cee
Contents?: true
Size: 358 Bytes
Versions: 14
Compression:
Stored size: 358 Bytes
Contents
/** * This file has been automatically created using * #!/usr/bin/ruby asclass -s * If you modify it and run this script, your * modifications will be lost! */ import asunit.framework.TestSuite; class AllTests extends TestSuite { public function AllTests() {<% test_case_classes.each do |test_case| %> addTest(new <%=test_case%>());<% end %> } }
Version data entries
14 entries across 8 versions & 1 rubygems