MCQOPTIONS
Saved Bookmarks
| 1. |
Suite class is the JUnit 4 equivalent of what feature of JUnit 3.8.x? |
| A. | static Test suite() method |
| B. | Test suite() method |
| C. | static void suite() method |
| D. | void suite() method |
| Answer» B. Test suite() method | |