Skip to content

Instantly share code, notes, and snippets.

@nmschorr
Created October 23, 2015 03:22
Embed
What would you like to do?
@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