use of org.apache.activemq.artemis.core.server.NetworkHealthCheck in project activemq-artemis by apache.
the class NetworkHealthTest method testCheckNoNodes.
@Test
public void testCheckNoNodes() throws Exception {
NetworkHealthCheck check = addCheck(new NetworkHealthCheck());
Assert.assertTrue(check.check());
}
Aggregations