| Author |
JUnit test for class dependent on being JAR'ed
|
Mike Jansen
Greenhorn
Joined: Jul 29, 2011
Posts: 1
|
|
Hello,
How do I unit test (JUnit) a class that is dependent upon the class being packaged in a JAR file? I have a class to read properties from the Maven POM property file, but that file doesn't have the /META-INF/ path until it is packaged. It seems JUnit runs on the .class files.
Thanks,
Mike
|
 |
 |
|
|
subject: JUnit test for class dependent on being JAR'ed
|
|
|