Home »
MCQs »
JUnit MCQs
Program logic can be asserted using the ____ class
14. Program logic can be asserted using the ____ class.
- Org
- Org.junit
- org.junit.Assert
- None
Answer: C) org.junit.Assert
Explanation:
Program logic can be asserted using the org.junit.Assert class.