What is @before in JUnit?
@Before annotation is used if you want to execute some statement such as preconditions before each test case.
What is @before in JUnit?
@Before annotation is used if you want to execute some statement such as preconditions before each test case.