1.

When is the tearDown() method called in JUnit?

A. After all the tests have run
B. At the beginning of every test case
C. After each test case has run
D. At the beginning of the first test case
Answer» B. At the beginning of every test case


Discussion

No Comment Found