Kaynağa Gözat

removed ignored files

Leon 6 yıl önce
ebeveyn
işleme
b80f77bde5

+ 5
- 57
.gitignore Dosyayı Görüntüle

@@ -1,57 +1,5 @@
1
-er-specific stuff:
2
-.idea/**/workspace.xml
3
-.idea/**/tasks.xml
4
-.idea/dictionaries
5
-
6
-# Sensitive or high-churn files:
7
-.idea/**/dataSources/
8
-.idea/**/dataSources.ids
9
-.idea/**/dataSources.xml
10
-.idea/**/dataSources.local.xml
11
-.idea/**/sqlDataSources.xml
12
-.idea/**/dynamic.xml
13
-.idea/**/uiDesigner.xml
14
-
15
-# Gradle:
16
-.idea/**/gradle.xml
17
-.idea/**/libraries
18
-
19
-# CMake
20
-cmake-build-debug/
21
-
22
-# Mongo Explorer plugin:
23
-.idea/**/mongoSettings.xml
24
-
25
-## File-based project format:
26
-*.iws
27
-
28
-## Plugin-specific files:
29
-
30
-# IntelliJ
31
-/out/
32
-
33
-# mpeltonen/sbt-idea plugin
34
-.idea_modules/
35
-
36
-# JIRA plugin
37
-atlassian-ide-plugin.xml
38
-
39
-# Cursive Clojure plugin
40
-.idea/replstate.xml
41
-
42
-# Crashlytics plugin (for Android Studio and IntelliJ)
43
-com_crashlytics_export_strings.xml
44
-crashlytics.properties
45
-crashlytics-build.properties
46
-fabric.properties
47
-
48
-### Intellij Patch ###
49
-# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
50
-
51
-# *.iml
52
-# modules.xml
53
-# .idea/misc.xml
54
-# *.ipr
55
-
56
-# Sonarlint plugin
57
-.idea/sonarlint
1
+/target/
2
+.DS_Store
3
+.classpath
4
+#.project
5
+.settings

+ 13
- 0
.idea/libraries/Maven__junit_junit_4_12.xml Dosyayı Görüntüle

@@ -0,0 +1,13 @@
1
+<component name="libraryTable">
2
+  <library name="Maven: junit:junit:4.12">
3
+    <CLASSES>
4
+      <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/" />
5
+    </CLASSES>
6
+    <JAVADOC>
7
+      <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12-javadoc.jar!/" />
8
+    </JAVADOC>
9
+    <SOURCES>
10
+      <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12-sources.jar!/" />
11
+    </SOURCES>
12
+  </library>
13
+</component>

+ 13
- 0
.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml Dosyayı Görüntüle

@@ -0,0 +1,13 @@
1
+<component name="libraryTable">
2
+  <library name="Maven: org.hamcrest:hamcrest-core:1.3">
3
+    <CLASSES>
4
+      <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/" />
5
+    </CLASSES>
6
+    <JAVADOC>
7
+      <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar!/" />
8
+    </JAVADOC>
9
+    <SOURCES>
10
+      <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar!/" />
11
+    </SOURCES>
12
+  </library>
13
+</component>

+ 124
- 0
.idea/uiDesigner.xml Dosyayı Görüntüle

@@ -0,0 +1,124 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="Palette2">
4
+    <group name="Swing">
5
+      <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
6
+        <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
7
+      </item>
8
+      <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
9
+        <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
10
+      </item>
11
+      <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
12
+        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
13
+      </item>
14
+      <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
15
+        <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
16
+      </item>
17
+      <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
18
+        <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
19
+        <initial-values>
20
+          <property name="text" value="Button" />
21
+        </initial-values>
22
+      </item>
23
+      <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
24
+        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
25
+        <initial-values>
26
+          <property name="text" value="RadioButton" />
27
+        </initial-values>
28
+      </item>
29
+      <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
30
+        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
31
+        <initial-values>
32
+          <property name="text" value="CheckBox" />
33
+        </initial-values>
34
+      </item>
35
+      <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
36
+        <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
37
+        <initial-values>
38
+          <property name="text" value="Label" />
39
+        </initial-values>
40
+      </item>
41
+      <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
42
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
43
+          <preferred-size width="150" height="-1" />
44
+        </default-constraints>
45
+      </item>
46
+      <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
47
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
48
+          <preferred-size width="150" height="-1" />
49
+        </default-constraints>
50
+      </item>
51
+      <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
52
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
53
+          <preferred-size width="150" height="-1" />
54
+        </default-constraints>
55
+      </item>
56
+      <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
57
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
58
+          <preferred-size width="150" height="50" />
59
+        </default-constraints>
60
+      </item>
61
+      <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
62
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
63
+          <preferred-size width="150" height="50" />
64
+        </default-constraints>
65
+      </item>
66
+      <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
67
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
68
+          <preferred-size width="150" height="50" />
69
+        </default-constraints>
70
+      </item>
71
+      <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
72
+        <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
73
+      </item>
74
+      <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
75
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
76
+          <preferred-size width="150" height="50" />
77
+        </default-constraints>
78
+      </item>
79
+      <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
80
+        <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
81
+          <preferred-size width="150" height="50" />
82
+        </default-constraints>
83
+      </item>
84
+      <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
85
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
86
+          <preferred-size width="150" height="50" />
87
+        </default-constraints>
88
+      </item>
89
+      <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
90
+        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
91
+          <preferred-size width="200" height="200" />
92
+        </default-constraints>
93
+      </item>
94
+      <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
95
+        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
96
+          <preferred-size width="200" height="200" />
97
+        </default-constraints>
98
+      </item>
99
+      <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
100
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
101
+      </item>
102
+      <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
103
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
104
+      </item>
105
+      <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
106
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
107
+      </item>
108
+      <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
109
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
110
+      </item>
111
+      <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
112
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
113
+          <preferred-size width="-1" height="20" />
114
+        </default-constraints>
115
+      </item>
116
+      <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
117
+        <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
118
+      </item>
119
+      <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
120
+        <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
121
+      </item>
122
+    </group>
123
+  </component>
124
+</project>

+ 970
- 0
.idea/workspace.xml Dosyayı Görüntüle

@@ -0,0 +1,970 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ChangeListManager">
4
+    <list default="true" id="26a7a849-f4eb-45bc-b369-629e74725b9d" name="Default" comment="">
5
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.gitignore" afterPath="$PROJECT_DIR$/.gitignore" />
6
+    </list>
7
+    <ignored path="$PROJECT_DIR$/target/" />
8
+    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
9
+    <option name="TRACKING_ENABLED" value="true" />
10
+    <option name="SHOW_DIALOG" value="false" />
11
+    <option name="HIGHLIGHT_CONFLICTS" value="true" />
12
+    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
13
+    <option name="LAST_RESOLUTION" value="IGNORE" />
14
+  </component>
15
+  <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
16
+  <component name="FileEditorManager">
17
+    <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
18
+      <file leaf-file-name="README.md" pinned="false" current-in-tab="false">
19
+        <entry file="file://$PROJECT_DIR$/README.md">
20
+          <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
21
+            <state split_layout="SPLIT">
22
+              <first_editor relative-caret-position="339">
23
+                <caret line="25" column="26" lean-forward="false" selection-start-line="25" selection-start-column="26" selection-end-line="25" selection-end-column="26" />
24
+                <folding />
25
+              </first_editor>
26
+              <second_editor />
27
+            </state>
28
+          </provider>
29
+        </entry>
30
+      </file>
31
+      <file leaf-file-name=".gitignore" pinned="false" current-in-tab="true">
32
+        <entry file="file://$PROJECT_DIR$/.gitignore">
33
+          <provider selected="true" editor-type-id="text-editor">
34
+            <state relative-caret-position="60">
35
+              <caret line="4" column="9" lean-forward="false" selection-start-line="4" selection-start-column="9" selection-end-line="4" selection-end-column="9" />
36
+              <folding />
37
+            </state>
38
+          </provider>
39
+        </entry>
40
+      </file>
41
+      <file leaf-file-name="StringUtilities.java" pinned="false" current-in-tab="false">
42
+        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/StringUtilities.java">
43
+          <provider selected="true" editor-type-id="text-editor">
44
+            <state relative-caret-position="237">
45
+              <caret line="61" column="19" lean-forward="false" selection-start-line="61" selection-start-column="19" selection-end-line="61" selection-end-column="19" />
46
+              <folding />
47
+            </state>
48
+          </provider>
49
+        </entry>
50
+      </file>
51
+      <file leaf-file-name="TestMathUtilities.java" pinned="false" current-in-tab="false">
52
+        <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestMathUtilities.java">
53
+          <provider selected="true" editor-type-id="text-editor">
54
+            <state relative-caret-position="257">
55
+              <caret line="38" column="31" lean-forward="true" selection-start-line="38" selection-start-column="31" selection-end-line="38" selection-end-column="31" />
56
+              <folding />
57
+            </state>
58
+          </provider>
59
+        </entry>
60
+      </file>
61
+      <file leaf-file-name="MathUtilities.java" pinned="false" current-in-tab="false">
62
+        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/MathUtilities.java">
63
+          <provider selected="true" editor-type-id="text-editor">
64
+            <state relative-caret-position="960">
65
+              <caret line="64" column="36" lean-forward="false" selection-start-line="64" selection-start-column="36" selection-end-line="64" selection-end-column="36" />
66
+              <folding />
67
+            </state>
68
+          </provider>
69
+        </entry>
70
+      </file>
71
+      <file leaf-file-name="PredicateUtilities.java" pinned="false" current-in-tab="false">
72
+        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/PredicateUtilities.java">
73
+          <provider selected="true" editor-type-id="text-editor">
74
+            <state relative-caret-position="285">
75
+              <caret line="19" column="7" lean-forward="false" selection-start-line="19" selection-start-column="7" selection-end-line="19" selection-end-column="7" />
76
+              <folding />
77
+            </state>
78
+          </provider>
79
+        </entry>
80
+      </file>
81
+      <file leaf-file-name="TestPredicateUtilities.java" pinned="false" current-in-tab="false">
82
+        <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestPredicateUtilities.java">
83
+          <provider selected="true" editor-type-id="text-editor">
84
+            <state relative-caret-position="341">
85
+              <caret line="119" column="29" lean-forward="true" selection-start-line="119" selection-start-column="29" selection-end-line="119" selection-end-column="29" />
86
+              <folding />
87
+            </state>
88
+          </provider>
89
+        </entry>
90
+      </file>
91
+      <file leaf-file-name="ZipcodeRocks.java" pinned="false" current-in-tab="false">
92
+        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/ZipcodeRocks.java">
93
+          <provider selected="true" editor-type-id="text-editor">
94
+            <state relative-caret-position="120">
95
+              <caret line="8" column="5" lean-forward="false" selection-start-line="8" selection-start-column="5" selection-end-line="8" selection-end-column="5" />
96
+              <folding />
97
+            </state>
98
+          </provider>
99
+        </entry>
100
+      </file>
101
+      <file leaf-file-name="TestStringUtilities.java" pinned="false" current-in-tab="false">
102
+        <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestStringUtilities.java">
103
+          <provider selected="true" editor-type-id="text-editor">
104
+            <state relative-caret-position="114">
105
+              <caret line="114" column="48" lean-forward="true" selection-start-line="114" selection-start-column="48" selection-end-line="114" selection-end-column="48" />
106
+              <folding />
107
+            </state>
108
+          </provider>
109
+        </entry>
110
+      </file>
111
+      <file leaf-file-name="TestSuite.java" pinned="false" current-in-tab="false">
112
+        <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestSuite.java">
113
+          <provider selected="true" editor-type-id="text-editor">
114
+            <state relative-caret-position="165">
115
+              <caret line="11" column="0" lean-forward="false" selection-start-line="11" selection-start-column="0" selection-end-line="11" selection-end-column="0" />
116
+              <folding>
117
+                <element signature="imports" expanded="true" />
118
+              </folding>
119
+            </state>
120
+          </provider>
121
+        </entry>
122
+      </file>
123
+    </leaf>
124
+  </component>
125
+  <component name="FileTemplateManagerImpl">
126
+    <option name="RECENT_TEMPLATES">
127
+      <list>
128
+        <option value="Class" />
129
+      </list>
130
+    </option>
131
+  </component>
132
+  <component name="FindInProjectRecents">
133
+    <findStrings>
134
+      <find>two</find>
135
+      <find>this.m</find>
136
+      <find>this.</find>
137
+      <find>y)</find>
138
+      <find>divisox</find>
139
+      <find>baseValue</find>
140
+      <find>difference</find>
141
+      <find>value2</find>
142
+      <find>public</find>
143
+      <find>stringUtilities</find>
144
+      <find>{</find>
145
+      <find>greaterValue</find>
146
+      <find>return 0</find>
147
+      <find>;;</find>
148
+      <find>ensure each of the test cases in the class</find>
149
+      <find>.idea</find>
150
+      <find>cix</find>
151
+      <find>midd</find>
152
+    </findStrings>
153
+    <replaceStrings>
154
+      <replace>value2</replace>
155
+      <replace>m</replace>
156
+      <replace>difference)</replace>
157
+      <replace>dividend</replace>
158
+      <replace>divisor</replace>
159
+      <replace>multiplicand</replace>
160
+      <replace>addend</replace>
161
+      <replace>multiplier</replace>
162
+      <replace>lesserValue</replace>
163
+      <replace>public static</replace>
164
+      <replace>StringUtilities</replace>
165
+      <replace>x</replace>
166
+      <replace>return null;</replace>
167
+      <replace>;</replace>
168
+      <replace>Ensure each of the test cases passes successfully in the class</replace>
169
+    </replaceStrings>
170
+  </component>
171
+  <component name="Git.Settings">
172
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
173
+  </component>
174
+  <component name="GradleLocalSettings">
175
+    <option name="externalProjectsViewState">
176
+      <projects_view />
177
+    </option>
178
+  </component>
179
+  <component name="IdeDocumentHistory">
180
+    <option name="CHANGED_PATHS">
181
+      <list>
182
+        <option value="$PROJECT_DIR$/src/main/java/HelloWorld/HelloWorld.java" />
183
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better/Math.java" />
184
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better/Strings.java" />
185
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better/PrimativeTypes.java" />
186
+        <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better/HelloWorldTest.java" />
187
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better/MathUtilities.java" />
188
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better/InequalityUtilities.java" />
189
+        <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better/StringUtilitiesTest.java" />
190
+        <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better/MathUtilitiesTest.java" />
191
+        <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better/PredicateUtilitiesTest.java" />
192
+        <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better/PrimativeTypesTest.java" />
193
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better/PrimitiveTypes.java" />
194
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better/StringUtilities.java" />
195
+        <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better/TestSuite.java" />
196
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better/PredicateUtilities.java" />
197
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better/HelloWorld.java" />
198
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/HelloWorld.java" />
199
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/MathUtilities.java" />
200
+        <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestSuite.java" />
201
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/ZipcodeRocks.java" />
202
+        <option value="$PROJECT_DIR$/README.md" />
203
+        <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestPredicateUtilities.java" />
204
+        <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestMathUtilities.java" />
205
+        <option value="$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestStringUtilities.java" />
206
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/StringUtilities.java" />
207
+        <option value="$PROJECT_DIR$/.gitignore" />
208
+      </list>
209
+    </option>
210
+  </component>
211
+  <component name="ProjectFrameBounds">
212
+    <option name="y" value="23" />
213
+    <option name="width" value="1440" />
214
+    <option name="height" value="873" />
215
+  </component>
216
+  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
217
+  <component name="ProjectView">
218
+    <navigator currentView="ProjectPane" proportions="" version="1">
219
+      <flattenPackages />
220
+      <showMembers />
221
+      <showModules />
222
+      <showLibraryContents />
223
+      <hideEmptyPackages />
224
+      <abbreviatePackageNames />
225
+      <autoscrollToSource />
226
+      <autoscrollFromSource />
227
+      <sortByType />
228
+      <manualOrder />
229
+      <foldersAlwaysOnTop value="true" />
230
+    </navigator>
231
+    <panes>
232
+      <pane id="PackagesPane" />
233
+      <pane id="Scope" />
234
+      <pane id="Scratches" />
235
+      <pane id="ProjectPane">
236
+        <subPane>
237
+          <PATH>
238
+            <PATH_ELEMENT>
239
+              <option name="myItemId" value="ChapterOneMicro" />
240
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
241
+            </PATH_ELEMENT>
242
+            <PATH_ELEMENT>
243
+              <option name="myItemId" value="CR-MicroLabs-JavaFundamentals-DanDoBetterDrills" />
244
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
245
+            </PATH_ELEMENT>
246
+          </PATH>
247
+          <PATH>
248
+            <PATH_ELEMENT>
249
+              <option name="myItemId" value="ChapterOneMicro" />
250
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
251
+            </PATH_ELEMENT>
252
+            <PATH_ELEMENT>
253
+              <option name="myItemId" value="CR-MicroLabs-JavaFundamentals-DanDoBetterDrills" />
254
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
255
+            </PATH_ELEMENT>
256
+            <PATH_ELEMENT>
257
+              <option name="myItemId" value="src" />
258
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
259
+            </PATH_ELEMENT>
260
+            <PATH_ELEMENT>
261
+              <option name="myItemId" value="test" />
262
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
263
+            </PATH_ELEMENT>
264
+            <PATH_ELEMENT>
265
+              <option name="myItemId" value="java" />
266
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
267
+            </PATH_ELEMENT>
268
+            <PATH_ELEMENT>
269
+              <option name="myItemId" value="danny_do_better_exercises" />
270
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
271
+            </PATH_ELEMENT>
272
+          </PATH>
273
+          <PATH>
274
+            <PATH_ELEMENT>
275
+              <option name="myItemId" value="ChapterOneMicro" />
276
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
277
+            </PATH_ELEMENT>
278
+            <PATH_ELEMENT>
279
+              <option name="myItemId" value="CR-MicroLabs-JavaFundamentals-DanDoBetterDrills" />
280
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
281
+            </PATH_ELEMENT>
282
+            <PATH_ELEMENT>
283
+              <option name="myItemId" value="src" />
284
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
285
+            </PATH_ELEMENT>
286
+            <PATH_ELEMENT>
287
+              <option name="myItemId" value="main" />
288
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
289
+            </PATH_ELEMENT>
290
+            <PATH_ELEMENT>
291
+              <option name="myItemId" value="java" />
292
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
293
+            </PATH_ELEMENT>
294
+            <PATH_ELEMENT>
295
+              <option name="myItemId" value="danny_do_better_exercises" />
296
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
297
+            </PATH_ELEMENT>
298
+          </PATH>
299
+        </subPane>
300
+      </pane>
301
+    </panes>
302
+  </component>
303
+  <component name="PropertiesComponent">
304
+    <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
305
+    <property name="project.structure.last.edited" value="Project" />
306
+    <property name="project.structure.proportion" value="0.0" />
307
+    <property name="project.structure.side.proportion" value="0.2" />
308
+    <property name="last_opened_file_path" value="$PROJECT_DIR$/pom.xml" />
309
+  </component>
310
+  <component name="RecentsManager">
311
+    <key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
312
+      <recent name="com.zipcodewilmington.danny_do_better" />
313
+    </key>
314
+  </component>
315
+  <component name="RunDashboard">
316
+    <option name="ruleStates">
317
+      <list>
318
+        <RuleState>
319
+          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
320
+        </RuleState>
321
+        <RuleState>
322
+          <option name="name" value="StatusDashboardGroupingRule" />
323
+        </RuleState>
324
+      </list>
325
+    </option>
326
+  </component>
327
+  <component name="RunManager" selected="JUnit.TestStringUtilities.getTheMiddleChar1">
328
+    <configuration default="false" name="TestPredicateUtilities.testGreaterOrEqual2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
329
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
330
+        <pattern>
331
+          <option name="PATTERN" value="com.zipcodewilmington.danny_do_better_exercises.*" />
332
+          <option name="ENABLED" value="true" />
333
+        </pattern>
334
+      </extension>
335
+      <module name="ChapterOneMicro" />
336
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
337
+      <option name="ALTERNATIVE_JRE_PATH" />
338
+      <option name="PACKAGE_NAME" value="com.zipcodewilmington.danny_do_better_exercises" />
339
+      <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.danny_do_better_exercises.TestPredicateUtilities" />
340
+      <option name="METHOD_NAME" value="testGreaterOrEqual2" />
341
+      <option name="TEST_OBJECT" value="method" />
342
+      <option name="VM_PARAMETERS" value="-ea" />
343
+      <option name="PARAMETERS" />
344
+      <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
345
+      <option name="ENV_VARIABLES" />
346
+      <option name="PASS_PARENT_ENVS" value="true" />
347
+      <option name="TEST_SEARCH_SCOPE">
348
+        <value defaultName="singleModule" />
349
+      </option>
350
+      <envs />
351
+      <patterns />
352
+      <method />
353
+    </configuration>
354
+    <configuration default="false" name="TestPredicateUtilities" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
355
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
356
+        <pattern>
357
+          <option name="PATTERN" value="com.zipcodewilmington.danny_do_better_exercises.*" />
358
+          <option name="ENABLED" value="true" />
359
+        </pattern>
360
+      </extension>
361
+      <module name="ChapterOneMicro" />
362
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
363
+      <option name="ALTERNATIVE_JRE_PATH" />
364
+      <option name="PACKAGE_NAME" value="com.zipcodewilmington.danny_do_better_exercises" />
365
+      <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.danny_do_better_exercises.TestPredicateUtilities" />
366
+      <option name="METHOD_NAME" />
367
+      <option name="TEST_OBJECT" value="class" />
368
+      <option name="VM_PARAMETERS" value="-ea" />
369
+      <option name="PARAMETERS" />
370
+      <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
371
+      <option name="ENV_VARIABLES" />
372
+      <option name="PASS_PARENT_ENVS" value="true" />
373
+      <option name="TEST_SEARCH_SCOPE">
374
+        <value defaultName="singleModule" />
375
+      </option>
376
+      <envs />
377
+      <patterns />
378
+      <method />
379
+    </configuration>
380
+    <configuration default="false" name="TestSuite" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
381
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
382
+        <pattern>
383
+          <option name="PATTERN" value="com.zipcodewilmington.danny_do_better_exercises.*" />
384
+          <option name="ENABLED" value="true" />
385
+        </pattern>
386
+      </extension>
387
+      <module name="ChapterOneMicro" />
388
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
389
+      <option name="ALTERNATIVE_JRE_PATH" />
390
+      <option name="PACKAGE_NAME" value="com.zipcodewilmington.danny_do_better_exercises" />
391
+      <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.danny_do_better_exercises.TestSuite" />
392
+      <option name="METHOD_NAME" />
393
+      <option name="TEST_OBJECT" value="class" />
394
+      <option name="VM_PARAMETERS" value="-ea" />
395
+      <option name="PARAMETERS" />
396
+      <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
397
+      <option name="ENV_VARIABLES" />
398
+      <option name="PASS_PARENT_ENVS" value="true" />
399
+      <option name="TEST_SEARCH_SCOPE">
400
+        <value defaultName="singleModule" />
401
+      </option>
402
+      <envs />
403
+      <patterns />
404
+      <method />
405
+    </configuration>
406
+    <configuration default="false" name="ZipcodeRocks" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
407
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
408
+        <pattern>
409
+          <option name="PATTERN" value="com.zipcodewilmington.danny_do_better_exercises.*" />
410
+          <option name="ENABLED" value="true" />
411
+        </pattern>
412
+      </extension>
413
+      <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.danny_do_better_exercises.ZipcodeRocks" />
414
+      <option name="VM_PARAMETERS" />
415
+      <option name="PROGRAM_PARAMETERS" />
416
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
417
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
418
+      <option name="ALTERNATIVE_JRE_PATH" />
419
+      <option name="ENABLE_SWING_INSPECTOR" value="false" />
420
+      <option name="ENV_VARIABLES" />
421
+      <option name="PASS_PARENT_ENVS" value="true" />
422
+      <module name="ChapterOneMicro" />
423
+      <envs />
424
+      <method />
425
+    </configuration>
426
+    <configuration default="false" name="TestStringUtilities.getTheMiddleChar1" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
427
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
428
+        <pattern>
429
+          <option name="PATTERN" value="com.zipcodewilmington.danny_do_better_exercises.*" />
430
+          <option name="ENABLED" value="true" />
431
+        </pattern>
432
+      </extension>
433
+      <module name="ChapterOneMicro" />
434
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
435
+      <option name="ALTERNATIVE_JRE_PATH" />
436
+      <option name="PACKAGE_NAME" value="com.zipcodewilmington.danny_do_better_exercises" />
437
+      <option name="MAIN_CLASS_NAME" value="com.zipcodewilmington.danny_do_better_exercises.TestStringUtilities" />
438
+      <option name="METHOD_NAME" value="getTheMiddleChar1" />
439
+      <option name="TEST_OBJECT" value="method" />
440
+      <option name="VM_PARAMETERS" value="-ea" />
441
+      <option name="PARAMETERS" />
442
+      <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
443
+      <option name="ENV_VARIABLES" />
444
+      <option name="PASS_PARENT_ENVS" value="true" />
445
+      <option name="TEST_SEARCH_SCOPE">
446
+        <value defaultName="singleModule" />
447
+      </option>
448
+      <envs />
449
+      <patterns />
450
+      <method />
451
+    </configuration>
452
+    <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
453
+      <module name="" />
454
+      <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
455
+      <option name="PROGRAM_PARAMETERS" />
456
+      <predefined_log_file id="idea.log" enabled="true" />
457
+      <method />
458
+    </configuration>
459
+    <configuration default="true" type="AndroidRunConfigurationType" factoryName="Android App">
460
+      <module name="" />
461
+      <option name="DEPLOY" value="true" />
462
+      <option name="ARTIFACT_NAME" value="" />
463
+      <option name="PM_INSTALL_OPTIONS" value="" />
464
+      <option name="ACTIVITY_EXTRA_FLAGS" value="" />
465
+      <option name="MODE" value="default_activity" />
466
+      <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
467
+      <option name="PREFERRED_AVD" value="" />
468
+      <option name="CLEAR_LOGCAT" value="false" />
469
+      <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
470
+      <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
471
+      <option name="FORCE_STOP_RUNNING_APP" value="true" />
472
+      <option name="DEBUGGER_TYPE" value="Java" />
473
+      <option name="USE_LAST_SELECTED_DEVICE" value="false" />
474
+      <option name="PREFERRED_AVD" value="" />
475
+      <Java />
476
+      <Profilers>
477
+        <option name="ENABLE_ADVANCED_PROFILING" value="true" />
478
+        <option name="GAPID_ENABLED" value="false" />
479
+        <option name="GAPID_DISABLE_PCS" value="false" />
480
+        <option name="SUPPORT_LIB_ENABLED" value="true" />
481
+        <option name="INSTRUMENTATION_ENABLED" value="true" />
482
+      </Profilers>
483
+      <option name="DEEP_LINK" value="" />
484
+      <option name="ACTIVITY_CLASS" value="" />
485
+      <method />
486
+    </configuration>
487
+    <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
488
+      <module name="" />
489
+      <option name="TESTING_TYPE" value="0" />
490
+      <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
491
+      <option name="METHOD_NAME" value="" />
492
+      <option name="CLASS_NAME" value="" />
493
+      <option name="PACKAGE_NAME" value="" />
494
+      <option name="EXTRA_OPTIONS" value="" />
495
+      <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
496
+      <option name="PREFERRED_AVD" value="" />
497
+      <option name="CLEAR_LOGCAT" value="false" />
498
+      <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
499
+      <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
500
+      <option name="FORCE_STOP_RUNNING_APP" value="true" />
501
+      <option name="DEBUGGER_TYPE" value="Java" />
502
+      <option name="USE_LAST_SELECTED_DEVICE" value="false" />
503
+      <option name="PREFERRED_AVD" value="" />
504
+      <Java />
505
+      <Profilers>
506
+        <option name="ENABLE_ADVANCED_PROFILING" value="true" />
507
+        <option name="GAPID_ENABLED" value="false" />
508
+        <option name="GAPID_DISABLE_PCS" value="false" />
509
+        <option name="SUPPORT_LIB_ENABLED" value="true" />
510
+        <option name="INSTRUMENTATION_ENABLED" value="true" />
511
+      </Profilers>
512
+      <method />
513
+    </configuration>
514
+    <configuration default="true" type="Applet" factoryName="Applet">
515
+      <option name="HTML_USED" value="false" />
516
+      <option name="WIDTH" value="400" />
517
+      <option name="HEIGHT" value="300" />
518
+      <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
519
+      <module />
520
+      <method />
521
+    </configuration>
522
+    <configuration default="true" type="Application" factoryName="Application">
523
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
524
+      <option name="MAIN_CLASS_NAME" />
525
+      <option name="VM_PARAMETERS" />
526
+      <option name="PROGRAM_PARAMETERS" />
527
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
528
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
529
+      <option name="ALTERNATIVE_JRE_PATH" />
530
+      <option name="ENABLE_SWING_INSPECTOR" value="false" />
531
+      <option name="ENV_VARIABLES" />
532
+      <option name="PASS_PARENT_ENVS" value="true" />
533
+      <module name="" />
534
+      <envs />
535
+      <method />
536
+    </configuration>
537
+    <configuration default="true" type="GradleRunConfiguration" factoryName="Gradle">
538
+      <ExternalSystemSettings>
539
+        <option name="executionName" />
540
+        <option name="externalProjectPath" />
541
+        <option name="externalSystemIdString" value="GRADLE" />
542
+        <option name="scriptParameters" />
543
+        <option name="taskDescriptions">
544
+          <list />
545
+        </option>
546
+        <option name="taskNames">
547
+          <list />
548
+        </option>
549
+        <option name="vmOptions" />
550
+      </ExternalSystemSettings>
551
+      <method />
552
+    </configuration>
553
+    <configuration default="true" type="JUnit" factoryName="JUnit">
554
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
555
+      <module name="" />
556
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
557
+      <option name="ALTERNATIVE_JRE_PATH" />
558
+      <option name="PACKAGE_NAME" />
559
+      <option name="MAIN_CLASS_NAME" />
560
+      <option name="METHOD_NAME" />
561
+      <option name="TEST_OBJECT" value="class" />
562
+      <option name="VM_PARAMETERS" value="-ea" />
563
+      <option name="PARAMETERS" />
564
+      <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
565
+      <option name="ENV_VARIABLES" />
566
+      <option name="PASS_PARENT_ENVS" value="true" />
567
+      <option name="TEST_SEARCH_SCOPE">
568
+        <value defaultName="singleModule" />
569
+      </option>
570
+      <envs />
571
+      <patterns />
572
+      <method />
573
+    </configuration>
574
+    <configuration default="true" type="JarApplication" factoryName="JAR Application">
575
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
576
+      <envs />
577
+      <method />
578
+    </configuration>
579
+    <configuration default="true" type="Java Scratch" factoryName="Java Scratch">
580
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
581
+      <option name="SCRATCH_FILE_ID" value="0" />
582
+      <option name="MAIN_CLASS_NAME" />
583
+      <option name="VM_PARAMETERS" />
584
+      <option name="PROGRAM_PARAMETERS" />
585
+      <option name="WORKING_DIRECTORY" />
586
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
587
+      <option name="ALTERNATIVE_JRE_PATH" />
588
+      <option name="ENABLE_SWING_INSPECTOR" value="false" />
589
+      <option name="ENV_VARIABLES" />
590
+      <option name="PASS_PARENT_ENVS" value="true" />
591
+      <module name="" />
592
+      <envs />
593
+      <method />
594
+    </configuration>
595
+    <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
596
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
597
+      <option name="MAIN_CLASS_NAME" />
598
+      <option name="VM_PARAMETERS" />
599
+      <option name="PROGRAM_PARAMETERS" />
600
+      <option name="WORKING_DIRECTORY" />
601
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
602
+      <option name="ALTERNATIVE_JRE_PATH" />
603
+      <option name="PASS_PARENT_ENVS" value="true" />
604
+      <module name="ChapterOneMicro" />
605
+      <envs />
606
+      <method />
607
+    </configuration>
608
+    <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script">
609
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
610
+      <option name="filePath" />
611
+      <option name="vmParameters" />
612
+      <option name="alternativeJrePath" />
613
+      <option name="programParameters" />
614
+      <option name="passParentEnvs" value="true" />
615
+      <option name="workingDirectory" />
616
+      <option name="isAlternativeJrePathEnabled" value="false" />
617
+      <envs />
618
+      <method />
619
+    </configuration>
620
+    <configuration default="true" type="Remote" factoryName="Remote">
621
+      <option name="USE_SOCKET_TRANSPORT" value="true" />
622
+      <option name="SERVER_MODE" value="false" />
623
+      <option name="SHMEM_ADDRESS" value="javadebug" />
624
+      <option name="HOST" value="localhost" />
625
+      <option name="PORT" value="5005" />
626
+      <method />
627
+    </configuration>
628
+    <configuration default="true" type="TestNG" factoryName="TestNG">
629
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
630
+      <module name="" />
631
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
632
+      <option name="ALTERNATIVE_JRE_PATH" />
633
+      <option name="SUITE_NAME" />
634
+      <option name="PACKAGE_NAME" />
635
+      <option name="MAIN_CLASS_NAME" />
636
+      <option name="METHOD_NAME" />
637
+      <option name="GROUP_NAME" />
638
+      <option name="TEST_OBJECT" value="CLASS" />
639
+      <option name="VM_PARAMETERS" value="-ea" />
640
+      <option name="PARAMETERS" />
641
+      <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
642
+      <option name="OUTPUT_DIRECTORY" />
643
+      <option name="ANNOTATION_TYPE" />
644
+      <option name="ENV_VARIABLES" />
645
+      <option name="PASS_PARENT_ENVS" value="true" />
646
+      <option name="TEST_SEARCH_SCOPE">
647
+        <value defaultName="singleModule" />
648
+      </option>
649
+      <option name="USE_DEFAULT_REPORTERS" value="false" />
650
+      <option name="PROPERTIES_FILE" />
651
+      <envs />
652
+      <properties />
653
+      <listeners />
654
+      <method />
655
+    </configuration>
656
+    <configuration default="true" type="executeSpecs" factoryName="Gauge Execution">
657
+      <setting name="environment" value="" />
658
+      <setting name="specsToExecute" value="" />
659
+      <setting name="tags" value="" />
660
+      <setting name="parallelNodes" value="" />
661
+      <setting name="execInParallel" value="false" />
662
+      <setting name="programParameters" value="" />
663
+      <setting name="workingDirectory" value="" />
664
+      <setting name="moduleName" value="" />
665
+      <envMap />
666
+      <setting name="rowsRange" value="" />
667
+      <method />
668
+    </configuration>
669
+    <list size="5">
670
+      <item index="0" class="java.lang.String" itemvalue="JUnit.TestPredicateUtilities.testGreaterOrEqual2" />
671
+      <item index="1" class="java.lang.String" itemvalue="JUnit.TestPredicateUtilities" />
672
+      <item index="2" class="java.lang.String" itemvalue="JUnit.TestSuite" />
673
+      <item index="3" class="java.lang.String" itemvalue="Application.ZipcodeRocks" />
674
+      <item index="4" class="java.lang.String" itemvalue="JUnit.TestStringUtilities.getTheMiddleChar1" />
675
+    </list>
676
+    <recent_temporary>
677
+      <list size="5">
678
+        <item index="0" class="java.lang.String" itemvalue="JUnit.TestStringUtilities.getTheMiddleChar1" />
679
+        <item index="1" class="java.lang.String" itemvalue="JUnit.TestSuite" />
680
+        <item index="2" class="java.lang.String" itemvalue="Application.ZipcodeRocks" />
681
+        <item index="3" class="java.lang.String" itemvalue="JUnit.TestPredicateUtilities" />
682
+        <item index="4" class="java.lang.String" itemvalue="JUnit.TestPredicateUtilities.testGreaterOrEqual2" />
683
+      </list>
684
+    </recent_temporary>
685
+  </component>
686
+  <component name="ShelveChangesManager" show_recycled="false">
687
+    <option name="remove_strategy" value="false" />
688
+  </component>
689
+  <component name="SvnConfiguration">
690
+    <configuration />
691
+  </component>
692
+  <component name="TaskManager">
693
+    <task active="true" id="Default" summary="Default task">
694
+      <changelist id="26a7a849-f4eb-45bc-b369-629e74725b9d" name="Default" comment="" />
695
+      <created>1517498171257</created>
696
+      <option name="number" value="Default" />
697
+      <option name="presentableId" value="Default" />
698
+      <updated>1517498171257</updated>
699
+    </task>
700
+    <servers />
701
+  </component>
702
+  <component name="TestHistory">
703
+    <history-entry file="MathUtilitiesTest_testRemainder1 - 2018.02.01 at 17h 20m 04s.xml">
704
+      <configuration name="MathUtilitiesTest.testRemainder1" configurationId="JUnit" />
705
+    </history-entry>
706
+    <history-entry file="MathUtilitiesTest_testRemainder2 - 2018.02.01 at 17h 20m 01s.xml">
707
+      <configuration name="MathUtilitiesTest.testRemainder2" configurationId="JUnit" />
708
+    </history-entry>
709
+    <history-entry file="PredicateUtilitiesTest - 2018.02.05 at 09h 43m 21s.xml">
710
+      <configuration name="PredicateUtilitiesTest" configurationId="JUnit" />
711
+    </history-entry>
712
+    <history-entry file="PrimativeTypesTest - 2018.02.01 at 23h 48m 15s.xml">
713
+      <configuration name="PrimativeTypesTest" configurationId="JUnit" />
714
+    </history-entry>
715
+    <history-entry file="TestStringUtilities_getTheMiddleChar1 - 2018.02.07 at 00h 22m 44s.xml">
716
+      <configuration name="TestStringUtilities.getTheMiddleChar1" configurationId="JUnit" />
717
+    </history-entry>
718
+    <history-entry file="TestStringUtilities_getTheMiddleChar1 - 2018.02.07 at 00h 23m 01s.xml">
719
+      <configuration name="TestStringUtilities.getTheMiddleChar1" configurationId="JUnit" />
720
+    </history-entry>
721
+    <history-entry file="TestSuite - 2018.02.05 at 09h 48m 03s.xml">
722
+      <configuration name="TestSuite" configurationId="JUnit" />
723
+    </history-entry>
724
+    <history-entry file="TestSuite - 2018.02.05 at 12h 26m 59s.xml">
725
+      <configuration name="TestSuite" configurationId="JUnit" />
726
+    </history-entry>
727
+    <history-entry file="TestSuite - 2018.02.06 at 10h 25m 09s.xml">
728
+      <configuration name="TestSuite" configurationId="JUnit" />
729
+    </history-entry>
730
+    <history-entry file="TestSuite - 2018.02.06 at 10h 25m 19s.xml">
731
+      <configuration name="TestSuite" configurationId="JUnit" />
732
+    </history-entry>
733
+  </component>
734
+  <component name="ToolWindowManager">
735
+    <frame x="0" y="23" width="1440" height="873" extended-state="6" />
736
+    <editor active="true" />
737
+    <layout>
738
+      <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
739
+      <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
740
+      <window_info id="Nl-Palette" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
741
+      <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
742
+      <window_info id="Palette&#9;" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
743
+      <window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
744
+      <window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
745
+      <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
746
+      <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
747
+      <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32522407" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
748
+      <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
749
+      <window_info id="Properties" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
750
+      <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2368758" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
751
+      <window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
752
+      <window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
753
+      <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2532189" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
754
+      <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.24973376" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
755
+      <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
756
+      <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
757
+      <window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
758
+      <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
759
+      <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
760
+      <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
761
+      <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
762
+      <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
763
+      <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
764
+      <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
765
+      <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
766
+    </layout>
767
+  </component>
768
+  <component name="VcsContentAnnotationSettings">
769
+    <option name="myLimit" value="2678400000" />
770
+  </component>
771
+  <component name="XDebuggerManager">
772
+    <breakpoint-manager />
773
+    <watches-manager />
774
+  </component>
775
+  <component name="antWorkspaceConfiguration">
776
+    <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
777
+    <option name="FILTER_TARGETS" value="false" />
778
+  </component>
779
+  <component name="editorHistoryManager">
780
+    <entry file="file://$PROJECT_DIR$/README.md">
781
+      <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
782
+        <state split_layout="SPLIT">
783
+          <first_editor relative-caret-position="0">
784
+            <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
785
+            <folding />
786
+          </first_editor>
787
+          <second_editor />
788
+        </state>
789
+      </provider>
790
+    </entry>
791
+    <entry file="file://$PROJECT_DIR$/.gitignore">
792
+      <provider selected="true" editor-type-id="text-editor">
793
+        <state relative-caret-position="825">
794
+          <caret line="55" column="18" lean-forward="true" selection-start-line="55" selection-start-column="18" selection-end-line="55" selection-end-column="18" />
795
+          <folding />
796
+        </state>
797
+      </provider>
798
+    </entry>
799
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/StringUtilities.java">
800
+      <provider selected="true" editor-type-id="text-editor">
801
+        <state relative-caret-position="825">
802
+          <caret line="55" column="0" lean-forward="true" selection-start-line="55" selection-start-column="0" selection-end-line="55" selection-end-column="0" />
803
+          <folding />
804
+        </state>
805
+      </provider>
806
+    </entry>
807
+    <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestMathUtilities.java">
808
+      <provider selected="true" editor-type-id="text-editor">
809
+        <state relative-caret-position="345">
810
+          <caret line="25" column="35" lean-forward="true" selection-start-line="25" selection-start-column="35" selection-end-line="25" selection-end-column="35" />
811
+          <folding />
812
+        </state>
813
+      </provider>
814
+    </entry>
815
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/MathUtilities.java">
816
+      <provider selected="true" editor-type-id="text-editor">
817
+        <state relative-caret-position="960">
818
+          <caret line="64" column="36" lean-forward="false" selection-start-line="64" selection-start-column="36" selection-end-line="64" selection-end-column="36" />
819
+          <folding />
820
+        </state>
821
+      </provider>
822
+    </entry>
823
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/PredicateUtilities.java">
824
+      <provider selected="true" editor-type-id="text-editor">
825
+        <state relative-caret-position="285">
826
+          <caret line="19" column="7" lean-forward="false" selection-start-line="19" selection-start-column="7" selection-end-line="19" selection-end-column="7" />
827
+          <folding />
828
+        </state>
829
+      </provider>
830
+    </entry>
831
+    <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestPredicateUtilities.java">
832
+      <provider selected="true" editor-type-id="text-editor">
833
+        <state relative-caret-position="1110">
834
+          <caret line="75" column="0" lean-forward="false" selection-start-line="75" selection-start-column="0" selection-end-line="75" selection-end-column="0" />
835
+          <folding />
836
+        </state>
837
+      </provider>
838
+    </entry>
839
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/ZipcodeRocks.java">
840
+      <provider selected="true" editor-type-id="text-editor">
841
+        <state relative-caret-position="120">
842
+          <caret line="8" column="5" lean-forward="true" selection-start-line="8" selection-start-column="5" selection-end-line="8" selection-end-column="5" />
843
+          <folding />
844
+        </state>
845
+      </provider>
846
+    </entry>
847
+    <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestStringUtilities.java">
848
+      <provider selected="true" editor-type-id="text-editor">
849
+        <state relative-caret-position="255">
850
+          <caret line="19" column="0" lean-forward="false" selection-start-line="19" selection-start-column="0" selection-end-line="19" selection-end-column="0" />
851
+          <folding />
852
+        </state>
853
+      </provider>
854
+    </entry>
855
+    <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestSuite.java">
856
+      <provider selected="true" editor-type-id="text-editor">
857
+        <state relative-caret-position="165">
858
+          <caret line="11" column="0" lean-forward="false" selection-start-line="11" selection-start-column="0" selection-end-line="11" selection-end-column="0" />
859
+          <folding>
860
+            <element signature="imports" expanded="true" />
861
+          </folding>
862
+        </state>
863
+      </provider>
864
+    </entry>
865
+    <entry file="file://$PROJECT_DIR$/src/main/java/HelloWorld/HelloWorld.java" />
866
+    <entry file="file://$PROJECT_DIR$/src/test/java/HelloWorld/HelloWorldTest.java" />
867
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/HelloWorld.java" />
868
+    <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestHelloWorld.java" />
869
+    <entry file="file://$PROJECT_DIR$/pom.xml">
870
+      <provider selected="true" editor-type-id="text-editor">
871
+        <state relative-caret-position="0">
872
+          <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
873
+          <folding />
874
+        </state>
875
+      </provider>
876
+    </entry>
877
+    <entry file="file://$PROJECT_DIR$/ChapterOneMicro.iml">
878
+      <provider selected="true" editor-type-id="text-editor">
879
+        <state relative-caret-position="0">
880
+          <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
881
+        </state>
882
+      </provider>
883
+    </entry>
884
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/PredicateUtilities.java">
885
+      <provider selected="true" editor-type-id="text-editor">
886
+        <state relative-caret-position="285">
887
+          <caret line="19" column="7" lean-forward="false" selection-start-line="19" selection-start-column="7" selection-end-line="19" selection-end-column="7" />
888
+          <folding />
889
+        </state>
890
+      </provider>
891
+    </entry>
892
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/ZipcodeRocks.java">
893
+      <provider selected="true" editor-type-id="text-editor">
894
+        <state relative-caret-position="120">
895
+          <caret line="8" column="5" lean-forward="false" selection-start-line="8" selection-start-column="5" selection-end-line="8" selection-end-column="5" />
896
+          <folding />
897
+        </state>
898
+      </provider>
899
+    </entry>
900
+    <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestSuite.java">
901
+      <provider selected="true" editor-type-id="text-editor">
902
+        <state relative-caret-position="165">
903
+          <caret line="11" column="0" lean-forward="false" selection-start-line="11" selection-start-column="0" selection-end-line="11" selection-end-column="0" />
904
+          <folding>
905
+            <element signature="imports" expanded="true" />
906
+          </folding>
907
+        </state>
908
+      </provider>
909
+    </entry>
910
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/MathUtilities.java">
911
+      <provider selected="true" editor-type-id="text-editor">
912
+        <state relative-caret-position="960">
913
+          <caret line="64" column="36" lean-forward="false" selection-start-line="64" selection-start-column="36" selection-end-line="64" selection-end-column="36" />
914
+          <folding />
915
+        </state>
916
+      </provider>
917
+    </entry>
918
+    <entry file="file://$PROJECT_DIR$/README.md">
919
+      <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
920
+        <state split_layout="SPLIT">
921
+          <first_editor relative-caret-position="339">
922
+            <caret line="25" column="26" lean-forward="false" selection-start-line="25" selection-start-column="26" selection-end-line="25" selection-end-column="26" />
923
+            <folding />
924
+          </first_editor>
925
+          <second_editor />
926
+        </state>
927
+      </provider>
928
+    </entry>
929
+    <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestPredicateUtilities.java">
930
+      <provider selected="true" editor-type-id="text-editor">
931
+        <state relative-caret-position="341">
932
+          <caret line="119" column="29" lean-forward="true" selection-start-line="119" selection-start-column="29" selection-end-line="119" selection-end-column="29" />
933
+          <folding />
934
+        </state>
935
+      </provider>
936
+    </entry>
937
+    <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestMathUtilities.java">
938
+      <provider selected="true" editor-type-id="text-editor">
939
+        <state relative-caret-position="257">
940
+          <caret line="38" column="31" lean-forward="true" selection-start-line="38" selection-start-column="31" selection-end-line="38" selection-end-column="31" />
941
+          <folding />
942
+        </state>
943
+      </provider>
944
+    </entry>
945
+    <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestStringUtilities.java">
946
+      <provider selected="true" editor-type-id="text-editor">
947
+        <state relative-caret-position="114">
948
+          <caret line="114" column="48" lean-forward="true" selection-start-line="114" selection-start-column="48" selection-end-line="114" selection-end-column="48" />
949
+          <folding />
950
+        </state>
951
+      </provider>
952
+    </entry>
953
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/danny_do_better_exercises/StringUtilities.java">
954
+      <provider selected="true" editor-type-id="text-editor">
955
+        <state relative-caret-position="237">
956
+          <caret line="61" column="19" lean-forward="false" selection-start-line="61" selection-start-column="19" selection-end-line="61" selection-end-column="19" />
957
+          <folding />
958
+        </state>
959
+      </provider>
960
+    </entry>
961
+    <entry file="file://$PROJECT_DIR$/.gitignore">
962
+      <provider selected="true" editor-type-id="text-editor">
963
+        <state relative-caret-position="60">
964
+          <caret line="4" column="9" lean-forward="false" selection-start-line="4" selection-start-column="9" selection-end-line="4" selection-end-column="9" />
965
+          <folding />
966
+        </state>
967
+      </provider>
968
+    </entry>
969
+  </component>
970
+</project>

BIN
target/classes/com/zipcodewilmington/danny_do_better_exercises/MathUtilities.class Dosyayı Görüntüle


BIN
target/classes/com/zipcodewilmington/danny_do_better_exercises/PredicateUtilities.class Dosyayı Görüntüle


BIN
target/classes/com/zipcodewilmington/danny_do_better_exercises/StringUtilities.class Dosyayı Görüntüle


BIN
target/classes/com/zipcodewilmington/danny_do_better_exercises/ZipcodeRocks.class Dosyayı Görüntüle


BIN
target/test-classes/com/zipcodewilmington/danny_do_better_exercises/TestMathUtilities.class Dosyayı Görüntüle


BIN
target/test-classes/com/zipcodewilmington/danny_do_better_exercises/TestPredicateUtilities.class Dosyayı Görüntüle


BIN
target/test-classes/com/zipcodewilmington/danny_do_better_exercises/TestStringUtilities.class Dosyayı Görüntüle


BIN
target/test-classes/com/zipcodewilmington/danny_do_better_exercises/TestSuite.class Dosyayı Görüntüle