Sha256: 2f7f8847b43279151859220e580870fff84e96b6e52d1c0f9ab49ac89880e5f9
Contents?: true
Size: 487 Bytes
Versions: 29
Compression:
Stored size: 487 Bytes
Contents
package <%=package_name%> { /** * 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;<% test_cases.each do |test_case| %> import <%=test_case%>;<% end %> public class AllTests extends TestSuite { public function AllTests() {<% test_cases.each do |test_case| %> addTest(new <%=test_case%>());<% end %> } } }
Version data entries
29 entries across 29 versions & 1 rubygems