When runTests is called on an object, methods annotaetd with @BeforeClass will be executed before any other methods. These methdos typically tear down test resources.
See Implementation
When runTests is called on an object, methods annotaetd with @BeforeClass will be executed before any other methods. These methdos typically tear down test resources.