InterviewSolution
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. 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. |
|