|
|
@ -28,7 +28,7 @@ import static org.junit.Assert.assertEquals;
|
|
|
|
public class VanillaHealthIndicatorTests {
|
|
|
|
public class VanillaHealthIndicatorTests {
|
|
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
@Test
|
|
|
|
public void ok() throws Exception {
|
|
|
|
public void indicatesUp() throws Exception {
|
|
|
|
VanillaHealthIndicator healthIndicator = new VanillaHealthIndicator();
|
|
|
|
VanillaHealthIndicator healthIndicator = new VanillaHealthIndicator();
|
|
|
|
assertEquals(Status.UP, healthIndicator.health().getStatus());
|
|
|
|
assertEquals(Status.UP, healthIndicator.health().getStatus());
|
|
|
|
}
|
|
|
|
}
|
|
|
|