Created
October 23, 2015 03:22
-
-
Save nmschorr/9a8fa4c7287af3dd6290 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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