浏览代码

Minor IDEA updates.

Add a run configuration for all tests.
Ignore file created by atlassian plugins.

Change-Id: I26409523cbd5acf8670cfd6788eef04b2866e913
Reviewed-on: http://gerrit.dmdirc.com/3701
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
pull/1/head
Chris Smith 9 年前
父节点
当前提交
4cf40e6115
共有 2 个文件被更改,包括 31 次插入0 次删除
  1. 1
    0
      .gitignore
  2. 30
    0
      .idea/runConfigurations/All_tests.xml

+ 1
- 0
.gitignore 查看文件

@@ -44,3 +44,4 @@ __history
44 44
 /teamcity-info.xml
45 45
 /.idea/workspace.xml
46 46
 /.idea/uiDesigner.xml
47
+/atlassian-ide-plugin.xml

+ 30
- 0
.idea/runConfigurations/All_tests.xml 查看文件

@@ -0,0 +1,30 @@
1
+<component name="ProjectRunConfigurationManager">
2
+  <configuration default="false" name="All tests" type="JUnit" factoryName="JUnit">
3
+    <module name="" />
4
+    <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
5
+    <option name="ALTERNATIVE_JRE_PATH" value="" />
6
+    <option name="PACKAGE_NAME" value="" />
7
+    <option name="MAIN_CLASS_NAME" value="" />
8
+    <option name="METHOD_NAME" value="" />
9
+    <option name="TEST_OBJECT" value="package" />
10
+    <option name="VM_PARAMETERS" value="-ea" />
11
+    <option name="PARAMETERS" value="" />
12
+    <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
13
+    <option name="ENV_VARIABLES" />
14
+    <option name="PASS_PARENT_ENVS" value="true" />
15
+    <option name="TEST_SEARCH_SCOPE">
16
+      <value defaultName="wholeProject" />
17
+    </option>
18
+    <envs />
19
+    <patterns />
20
+    <RunnerSettings RunnerId="Clover Optimizing Runner">
21
+      <option name="discardSnapshots" value="false" />
22
+      <option name="compilesBeforeStaleSnapshot" value="10" />
23
+      <option name="minimize" value="true" />
24
+      <option name="reorder" value="FAILFAST" />
25
+    </RunnerSettings>
26
+    <RunnerSettings RunnerId="Run" />
27
+    <ConfigurationWrapper RunnerId="Run" />
28
+    <method />
29
+  </configuration>
30
+</component>

正在加载...
取消
保存