Relates :
|
These tests will include: 1) test for the "java -jar" command for MV jar files with entry point; 2) test for the "java -cp mv.jar MyClass" command, where MyClass is a class inside the mv.jar; 3) test for the "java -cp mv.jar UserClass" command, where UserClass is a class outside the mv.jar and uses import to access classes from mv.jar; 3) test for the "java -cp mv.jar UserClass" command, where UserClass is a class outside the mv.jar and uses reflection to access classes from mv.jar;