BeforeClass

When runTests is called on an object, methods annotaetd with @BeforeClass will be executed before any other methods. These methods typically set up test resources.

struct BeforeClass

Meta