Changes between Version 22 and Version 23 of DevelopersGuide/CompilingUsingIntelliJ


Ignore:
Timestamp:
2023-04-22T17:58:48+02:00 (2 years ago)
Author:
gaben
Comment:

add individual test run setup

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/CompilingUsingIntelliJ

    v22 v23  
    2626This section describes helpful additional settings for IntelliJ IDEA.
    2727
     28=== Run individual tests without Ant ===
     29Some test classes which use Mockito need extra steps to run them in the IDE:
     301. Run the `test-init` Ant target
     311. Create a run configuration
     321. In the run config, add `-javaagent:test/lib/jmockit.jar` JVM parameter
     33
    2834=== Link ticket references in commit messages ===
    2935