Parcourir la source

tests should be passing

Demetrius Murray il y a 7 ans
Parent
révision
265afdb728
2 fichiers modifiés avec 214 ajouts et 1 suppressions
  1. 214
    1
      .idea/workspace.xml
  2. BIN
      target/classes/FizzBuzz.class

+ 214
- 1
.idea/workspace.xml Voir le fichier

@@ -1,17 +1,230 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2 2
 <project version="4">
3
+  <component name="ChangeListManager">
4
+    <list default="true" id="78117d06-bbd8-4b6d-a18d-8b1025b32229" name="Default Changelist" comment="" />
5
+    <ignored path="$PROJECT_DIR$/target/" />
6
+    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
7
+    <option name="SHOW_DIALOG" value="false" />
8
+    <option name="HIGHLIGHT_CONFLICTS" value="true" />
9
+    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
10
+    <option name="LAST_RESOLUTION" value="IGNORE" />
11
+  </component>
12
+  <component name="FUSProjectUsageTrigger">
13
+    <session id="-860769768">
14
+      <usages-collector id="statistics.lifecycle.project">
15
+        <counts>
16
+          <entry key="project.open.time.1" value="1" />
17
+          <entry key="project.opened" value="1" />
18
+        </counts>
19
+      </usages-collector>
20
+      <usages-collector id="statistics.file.types.open">
21
+        <counts>
22
+          <entry key="JAVA" value="1" />
23
+          <entry key="XML" value="2" />
24
+        </counts>
25
+      </usages-collector>
26
+    </session>
27
+  </component>
28
+  <component name="FileEditorManager">
29
+    <leaf>
30
+      <file pinned="false" current-in-tab="false">
31
+        <entry file="file://$PROJECT_DIR$/.idea/workspace.xml">
32
+          <provider selected="true" editor-type-id="text-editor" />
33
+        </entry>
34
+      </file>
35
+      <file pinned="false" current-in-tab="true">
36
+        <entry file="file://$PROJECT_DIR$/src/main/java/FizzBuzz.java">
37
+          <provider selected="true" editor-type-id="text-editor">
38
+            <state>
39
+              <caret column="13" selection-start-column="13" selection-end-column="13" />
40
+            </state>
41
+          </provider>
42
+        </entry>
43
+      </file>
44
+      <file pinned="false" current-in-tab="false">
45
+        <entry file="file://$PROJECT_DIR$/build.xml">
46
+          <provider selected="true" editor-type-id="text-editor" />
47
+        </entry>
48
+      </file>
49
+    </leaf>
50
+  </component>
51
+  <component name="Git.Settings">
52
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
53
+  </component>
54
+  <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
55
+  <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
56
+  <component name="JsGulpfileManager">
57
+    <detection-done>true</detection-done>
58
+    <sorting>DEFINITION_ORDER</sorting>
59
+  </component>
3 60
   <component name="ProjectFrameBounds" extendedState="6">
4 61
     <option name="y" value="23" />
5 62
     <option name="width" value="1240" />
6 63
     <option name="height" value="777" />
7 64
   </component>
65
+  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
66
+  <component name="ProjectView">
67
+    <navigator proportions="" version="1">
68
+      <foldersAlwaysOnTop value="true" />
69
+    </navigator>
70
+    <panes>
71
+      <pane id="ProjectPane">
72
+        <subPane>
73
+          <expand>
74
+            <path>
75
+              <item name="JenkinsTest" type="b2602c69:ProjectViewProjectNode" />
76
+              <item name="Jenkins" type="462c0819:PsiDirectoryNode" />
77
+            </path>
78
+            <path>
79
+              <item name="JenkinsTest" type="b2602c69:ProjectViewProjectNode" />
80
+              <item name="Jenkins" type="462c0819:PsiDirectoryNode" />
81
+              <item name=".idea" type="462c0819:PsiDirectoryNode" />
82
+            </path>
83
+            <path>
84
+              <item name="JenkinsTest" type="b2602c69:ProjectViewProjectNode" />
85
+              <item name="Jenkins" type="462c0819:PsiDirectoryNode" />
86
+              <item name="src" type="462c0819:PsiDirectoryNode" />
87
+            </path>
88
+            <path>
89
+              <item name="JenkinsTest" type="b2602c69:ProjectViewProjectNode" />
90
+              <item name="Jenkins" type="462c0819:PsiDirectoryNode" />
91
+              <item name="src" type="462c0819:PsiDirectoryNode" />
92
+              <item name="main" type="462c0819:PsiDirectoryNode" />
93
+            </path>
94
+            <path>
95
+              <item name="JenkinsTest" type="b2602c69:ProjectViewProjectNode" />
96
+              <item name="Jenkins" type="462c0819:PsiDirectoryNode" />
97
+              <item name="src" type="462c0819:PsiDirectoryNode" />
98
+              <item name="main" type="462c0819:PsiDirectoryNode" />
99
+              <item name="java" type="462c0819:PsiDirectoryNode" />
100
+            </path>
101
+            <path>
102
+              <item name="JenkinsTest" type="b2602c69:ProjectViewProjectNode" />
103
+              <item name="Jenkins" type="462c0819:PsiDirectoryNode" />
104
+              <item name="src" type="462c0819:PsiDirectoryNode" />
105
+              <item name="test" type="462c0819:PsiDirectoryNode" />
106
+            </path>
107
+            <path>
108
+              <item name="JenkinsTest" type="b2602c69:ProjectViewProjectNode" />
109
+              <item name="Jenkins" type="462c0819:PsiDirectoryNode" />
110
+              <item name="src" type="462c0819:PsiDirectoryNode" />
111
+              <item name="test" type="462c0819:PsiDirectoryNode" />
112
+              <item name="java" type="462c0819:PsiDirectoryNode" />
113
+            </path>
114
+          </expand>
115
+          <select />
116
+        </subPane>
117
+      </pane>
118
+      <pane id="PackagesPane" />
119
+      <pane id="Scope" />
120
+    </panes>
121
+  </component>
8 122
   <component name="PropertiesComponent">
9 123
     <property name="WebServerToolWindowFactoryState" value="false" />
10 124
     <property name="aspect.path.notification.shown" value="true" />
11
-    <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1543727801882" />
125
+    <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1543728185066" />
12 126
     <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
13 127
     <property name="nodejs_npm_path_reset_for_default_project" value="true" />
14 128
   </component>
129
+  <component name="RunDashboard">
130
+    <option name="ruleStates">
131
+      <list>
132
+        <RuleState>
133
+          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
134
+        </RuleState>
135
+        <RuleState>
136
+          <option name="name" value="StatusDashboardGroupingRule" />
137
+        </RuleState>
138
+      </list>
139
+    </option>
140
+  </component>
141
+  <component name="RunManager">
142
+    <configuration name="FizzBuzzTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
143
+      <module name="JenkinsTest" />
144
+      <option name="PACKAGE_NAME" value="" />
145
+      <option name="MAIN_CLASS_NAME" value="FizzBuzzTest" />
146
+      <method v="2">
147
+        <option name="Make" enabled="true" />
148
+      </method>
149
+    </configuration>
150
+    <recent_temporary>
151
+      <list>
152
+        <item itemvalue="JUnit.FizzBuzzTest" />
153
+      </list>
154
+    </recent_temporary>
155
+  </component>
156
+  <component name="SvnConfiguration">
157
+    <configuration />
158
+  </component>
159
+  <component name="TaskManager">
160
+    <task active="true" id="Default" summary="Default task">
161
+      <changelist id="78117d06-bbd8-4b6d-a18d-8b1025b32229" name="Default Changelist" comment="" />
162
+      <created>1543727779704</created>
163
+      <option name="number" value="Default" />
164
+      <option name="presentableId" value="Default" />
165
+      <updated>1543727779704</updated>
166
+      <workItem from="1543727781325" duration="245000" />
167
+    </task>
168
+    <servers />
169
+  </component>
170
+  <component name="TimeTrackingManager">
171
+    <option name="totallyTimeSpent" value="245000" />
172
+  </component>
173
+  <component name="ToolWindowManager">
174
+    <frame x="0" y="23" width="1240" height="777" extended-state="6" />
175
+    <editor active="true" />
176
+    <layout>
177
+      <window_info id="Image Layers" />
178
+      <window_info id="Designer" />
179
+      <window_info id="UI Designer" />
180
+      <window_info id="Capture Tool" />
181
+      <window_info id="Favorites" side_tool="true" />
182
+      <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.24958263" />
183
+      <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
184
+      <window_info anchor="bottom" id="Messages" weight="0.32930514" />
185
+      <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
186
+      <window_info anchor="bottom" id="Version Control" show_stripe_button="false" />
187
+      <window_info anchor="bottom" id="Terminal" />
188
+      <window_info anchor="bottom" id="Event Log" side_tool="true" />
189
+      <window_info anchor="bottom" id="Message" order="0" />
190
+      <window_info anchor="bottom" id="Find" order="1" />
191
+      <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.32930514" />
192
+      <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
193
+      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
194
+      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
195
+      <window_info anchor="bottom" id="TODO" order="6" />
196
+      <window_info anchor="right" id="Palette" />
197
+      <window_info anchor="right" id="Theme Preview" />
198
+      <window_info anchor="right" id="Capture Analysis" />
199
+      <window_info anchor="right" id="Palette&#9;" />
200
+      <window_info anchor="right" id="Database" />
201
+      <window_info anchor="right" id="Maven Projects" />
202
+      <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
203
+      <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
204
+      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
205
+    </layout>
206
+  </component>
207
+  <component name="TypeScriptGeneratedFilesManager">
208
+    <option name="version" value="1" />
209
+  </component>
210
+  <component name="VcsContentAnnotationSettings">
211
+    <option name="myLimit" value="2678400000" />
212
+  </component>
213
+  <component name="editorHistoryManager">
214
+    <entry file="file://$PROJECT_DIR$/.idea/workspace.xml">
215
+      <provider selected="true" editor-type-id="text-editor" />
216
+    </entry>
217
+    <entry file="file://$PROJECT_DIR$/build.xml">
218
+      <provider selected="true" editor-type-id="text-editor" />
219
+    </entry>
220
+    <entry file="file://$PROJECT_DIR$/src/main/java/FizzBuzz.java">
221
+      <provider selected="true" editor-type-id="text-editor">
222
+        <state>
223
+          <caret column="13" selection-start-column="13" selection-end-column="13" />
224
+        </state>
225
+      </provider>
226
+    </entry>
227
+  </component>
15 228
   <component name="masterDetails">
16 229
     <states>
17 230
       <state key="ProjectJDKs.UI">

BIN
target/classes/FizzBuzz.class Voir le fichier