@Test
public void testInitServerNullProps() throws Exception {
DHCPCoreServer server = DHCPCoreServer.initServer(new DHCPServerTestServlet(), null);
assertNotNull(server);
server.stopServer();
}
@Test
public void testInitServer() throws Exception {
Properties localProperties = new Properties();