Computer Science, asked by murgewala1602, 11 months ago

When does the wassuccessful() method of the runner class return true? Ticka the test file compiled tickb the test file ran tickc some of the test cases ran successfully tickd all the test cases ran succesfully

Answers

Answered by gurukulamdivya
0

Answer:

all the test cases ran successfully.

Explanation:

wasSuccesful() method is a public method of the Runner class that returns true if and only if all tests succeeded.

Similar questions