When does the wasSuccessful() method of the Runner class return true?
(a) The test file compiled
(b) The test file ran
(c) Some of the test cases ran successfully
(d) All the test cases ran succesfully
The question was posed to me during a job interview.
The doubt is from JUnit Test Runners in section Exploring Core JUnit of JUnit