Last change
on this file was
939,
checked in by gav, 13 years ago
|
Add IntelliJ IDEA runConfigurations.
The "module" is set to a path variable "$grailsAppModuleName$".
Set the value in IDEA settings not in runConfigurations dialogue.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[939] | 1 | <component name="ProjectRunConfigurationManager"> |
---|
| 2 | <configuration default="false" name="AllUnitTestSuite" type="JUnit" factoryName="JUnit"> |
---|
| 3 | <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> |
---|
| 4 | <module name="$grailsAppModuleName$" /> |
---|
| 5 | <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> |
---|
| 6 | <option name="ALTERNATIVE_JRE_PATH" value="" /> |
---|
| 7 | <option name="PACKAGE_NAME" value="" /> |
---|
| 8 | <option name="MAIN_CLASS_NAME" value="AllUnitTestSuite" /> |
---|
| 9 | <option name="METHOD_NAME" value="" /> |
---|
| 10 | <option name="TEST_OBJECT" value="class" /> |
---|
| 11 | <option name="VM_PARAMETERS" value="" /> |
---|
| 12 | <option name="PARAMETERS" value="" /> |
---|
| 13 | <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" /> |
---|
| 14 | <option name="ENV_VARIABLES" /> |
---|
| 15 | <option name="PASS_PARENT_ENVS" value="true" /> |
---|
| 16 | <option name="TEST_SEARCH_SCOPE"> |
---|
| 17 | <value defaultName="moduleWithDependencies" /> |
---|
| 18 | </option> |
---|
| 19 | <envs /> |
---|
| 20 | <patterns /> |
---|
| 21 | <RunnerSettings RunnerId="Run" /> |
---|
| 22 | <ConfigurationWrapper RunnerId="Run" /> |
---|
| 23 | <method /> |
---|
| 24 | </configuration> |
---|
| 25 | </component> |
---|
Note: See
TracBrowser
for help on using the repository browser.