In Netbeans 8.0, it appears that TestNG is always in the classpath (though maybe only in a Glassfish-based web app, not verified yet in other types of projects). When running a JUnit test class, the JMockit-JUnit integration is not correctly initialized, and mocking is not applied to mock parameters, etc.
The text was updated successfully, but these errors were encountered:
In Netbeans 8.0, it appears that TestNG is always in the classpath (though maybe only in a Glassfish-based web app, not verified yet in other types of projects). When running a JUnit test class, the JMockit-JUnit integration is not correctly initialized, and mocking is not applied to mock parameters, etc.
The text was updated successfully, but these errors were encountered: