Sha256: 013186533caf995601e9f4decee0d391d7fc7de9fed6b398e03922d7ef506fc2
Contents?: true
Size: 266 Bytes
Versions: 7
Compression:
Stored size: 266 Bytes
Contents
package <%= Configuration.package %>.models; import static org.junit.Assert.assertNotNull; import org.junit.Test; public class <%= test_class_name %> { @Test public void fakeTest() { assertNotNull("put something real.", new <%= class_name %>()); } }
Version data entries
7 entries across 7 versions & 1 rubygems