When runTests is called on an object, methods annotated with @Test will be executed after @BeforeClass methods, but before @AfterClass methods. The name of a test will be displayed during execution.
See Implementation
When runTests is called on an object, methods annotated with @Test will be executed after @BeforeClass methods, but before @AfterClass methods. The name of a test will be displayed during execution.