Skip to content

Instantly share code, notes, and snippets.

@thombergs
Created October 17, 2017 18:56
Show Gist options
  • Save thombergs/7a591f3aad83a3c6bf0e0b6232dde7ac to your computer and use it in GitHub Desktop.
Save thombergs/7a591f3aad83a3c6bf0e0b6232dde7ac to your computer and use it in GitHub Desktop.
public class ConnectionCheckingJunit4Test {
@ClassRule
public static AssumingConnection assumingConnection =
new AssumingConnection(new ConnectionChecker("http://my.integration.system"));
@Test
public void testOnlyWhenConnected() {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment