575859606162636465
static CouchDBConnection db; private CouchDBDataStore store; @BeforeClass public static void setUpClass() throws Exception { CouchDBConnectionTest test = new CouchDBConnectionTest(); test.before(); db = test.setupDB(); }