The Suite object is a _____ that executes all of the @Test annotated methods in the test class
To listen to events during a test, which class has to be extended
Which of the following method to Assert class fails a test with no message
Which of the following class contains a test case and defines the fixture to run multiple tests
Which of the following method of TestSuite class adds the tests from the given class to the suite
Which of the following is correct about org.junit.JUnitCore class
Which of the following method of TestSuite class returns a test which will fail and log a warning message
Which of the following method of TestResult class gets the number of detected errors
Which of the following method of TestResult class adds a failure to the list of failures
Which of the following tools provides JUnit integration