Sha256: e99f1e40be1747370c27f6622a75486a95947454118b5944efe336524658bbbe
Contents?: true
Size: 466 Bytes
Versions: 7
Compression:
Stored size: 466 Bytes
Contents
package { /** * This file has been automatically created using * the project sprouts FlexUnit gem. * * 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] [RunWith("org.flexunit.runners.Suite")] public class AllTests { <% test_case_classes.each do |test_case| %>public var <%= test_case.gsub('.', '_') %>:<%= test_case %>; <% end %> } }
Version data entries
7 entries across 7 versions & 1 rubygems