Sha256: 4f4098357e9e585fa0b24400676e4e2106ebc3447138bccd8400599506a9336f
Contents?: true
Size: 326 Bytes
Versions: 6
Compression:
Stored size: 326 Bytes
Contents
package <%= Configuration.package %>.<%= Configuration.repositories_package %>; import static org.junit.Assert.assertNotNull; import org.junit.Test; public class <%= repository_test_class_name %> { @Test public void fakeTest() { assertNotNull("put something real.", new <%= repository_impl_name %>(null)); } }
Version data entries
6 entries across 6 versions & 2 rubygems