InterviewSolution
Saved Bookmarks
| 1. |
How to compile a JUnit Test Class? |
|
Answer» Compiling a JUnit test class is like compiling any other Java classes. The only thing you need watch out is that the JUnit JAR file must be included in the classpath. |
|