Home »
MCQs »
JUnit MCQs
____, After, and others are some of the classes and interfaces contained in the org.junit package for junit testing
3. ____, After, and others are some of the classes and interfaces contained in the org.junit package for junit testing.
- Assert
- Test
- Before
- All of the above
Answer: D) All of the above
Explanation:
Assert, Test, Before, After, and others are some of the classes and interfaces contained in the org.junit package for junit testing.