What does @BeforeClass do ?

The annotated method will be run only once before the first test method in the current class is invoked.

Leave a Reply