Sha256: 902e58ee460a7fe870e2d8247e5a4abda2af4d1f00ce063d853427a56259ee7a
Contents?: true
Size: 452 Bytes
Versions: 3
Compression:
Stored size: 452 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
3 entries across 3 versions & 1 rubygems