Exemplo n.º 1
0
 @Test
 public void startingShouldWorkWhenH2() throws Exception {
   server.start();
   assertThat(server.isStarted()).isTrue();
 }