Saved Bookmarks
| 1. |
What is the purpose of org.junit.JUnitCore class? |
|
Answer» The test cases are executed using JUnitCore class. JUnitCore is a facade for running tests. It supports running JUnit 4 tests, JUnit 3.8.x tests, and mixtures. |
|