Skip to content

Instantly share code, notes, and snippets.

View jannylund's full-sized avatar

Jan Nylund jannylund

View GitHub Profile
public class DatabaseTest {
public static FakeApplication app;
public static DdlGenerator ddl;
public static EbeanServer server;
@BeforeClass
public static void initialize() {
/* Start fakeapplication with default in memory db. */
Map<String, String> config = new HashMap<String, String>(Helpers.inMemoryDatabase());