Changes between Version 22 and Version 23 of DevelopersGuide/CompilingUsingIntelliJ
- Timestamp:
- 2023-04-22T17:58:48+02:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/CompilingUsingIntelliJ
v22 v23 26 26 This section describes helpful additional settings for IntelliJ IDEA. 27 27 28 === Run individual tests without Ant === 29 Some test classes which use Mockito need extra steps to run them in the IDE: 30 1. Run the `test-init` Ant target 31 1. Create a run configuration 32 1. In the run config, add `-javaagent:test/lib/jmockit.jar` JVM parameter 33 28 34 === Link ticket references in commit messages === 29 35