7576777879808182
* @throws Exception * if an error occurs */ public void testShutdown() throws Exception { if (runTestIfSysPropDefined(SHUTDOWN_PROP)) { new MiniAdmin(this.conn).shutdown(); } }
86878889909192
* * @throws Exception * if an error occurs */ public void testUrlConstructor() throws Exception { new MiniAdmin(dbUrl); }
7677787980818283
87888990919293
7879808182838485
89909192939495