Skip to content

Instantly share code, notes, and snippets.

@nmschorr
Created October 23, 2015 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmschorr/9a8fa4c7287af3dd6290 to your computer and use it in GitHub Desktop.
Save nmschorr/9a8fa4c7287af3dd6290 to your computer and use it in GitHub Desktop.
@BeforeClass //run once before each testsuite
public static void setUpClass() throws Exception {
gLogger = createLogger();
}
@Test
public void testDemo() throws Exception {
gLogger.info("Starting the actual new testDemo. Waiting a few seconds.");
shortTest();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment