Skip to content

Instantly share code, notes, and snippets.

@thombergs
Created October 17, 2017 18:56
Show Gist options
  • Save thombergs/b2713ecd6d81561a46de0fb28efb81e6 to your computer and use it in GitHub Desktop.
Save thombergs/b2713ecd6d81561a46de0fb28efb81e6 to your computer and use it in GitHub Desktop.
@AssumeConnection(uri = "http://my.integration.system")
public class ConnectionCheckingJunit5Test {
@Test
public void testOnlyWhenConnected() {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment