MCQOPTIONS
Saved Bookmarks
| 1. |
HOW_CAN_A_METHOD_BE_MADE_TO_RUN_BEFORE_THE_EXECUTION_OF_EVERY_TEST_CASE??$ |
| A. | Annotate the method with @Before |
| B. | Prefix the method name with startfirst |
| C. | Annotate the method with a @BeforeClass |
| D. | Such a method cannot be made |
| Answer» E. | |