Arin Turpin 6 years ago
parent
commit
7cedb1d29d

+ 9
- 0
.idea/ZCW-MesoLabs-Inheritance-ProductManager-BlueJ.iml View File

@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module type="JAVA_MODULE" version="4">
3
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+    <exclude-output />
5
+    <content url="file://$MODULE_DIR$" />
6
+    <orderEntry type="inheritedJdk" />
7
+    <orderEntry type="sourceFolder" forTests="false" />
8
+  </component>
9
+</module>

+ 6
- 0
.idea/misc.xml View File

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="JavaScriptSettings">
4
+    <option name="languageLevel" value="ES6" />
5
+  </component>
6
+</project>

+ 8
- 0
.idea/modules.xml View File

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectModuleManager">
4
+    <modules>
5
+      <module fileurl="file://$PROJECT_DIR$/.idea/ZCW-MesoLabs-Inheritance-ProductManager-BlueJ.iml" filepath="$PROJECT_DIR$/.idea/ZCW-MesoLabs-Inheritance-ProductManager-BlueJ.iml" />
6
+    </modules>
7
+  </component>
8
+</project>

+ 6
- 0
.idea/vcs.xml View File

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="VcsDirectoryMappings">
4
+    <mapping directory="" vcs="Git" />
5
+  </component>
6
+</project>

+ 318
- 0
.idea/workspace.xml View File

@@ -0,0 +1,318 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ChangeListManager">
4
+    <list default="true" id="30c51471-80f1-4dbd-8f68-e9a785851e07" name="Default" comment="">
5
+      <change beforePath="$PROJECT_DIR$/package.bluej" beforeDir="false" afterPath="$PROJECT_DIR$/package.bluej" afterDir="false" />
6
+    </list>
7
+    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
8
+    <option name="TRACKING_ENABLED" value="true" />
9
+    <option name="SHOW_DIALOG" value="false" />
10
+    <option name="HIGHLIGHT_CONFLICTS" value="true" />
11
+    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
12
+    <option name="LAST_RESOLUTION" value="IGNORE" />
13
+  </component>
14
+  <component name="FileEditorManager">
15
+    <leaf>
16
+      <file leaf-file-name="package.bluej" pinned="false" current-in-tab="false">
17
+        <entry file="file://$PROJECT_DIR$/package.bluej">
18
+          <provider selected="true" editor-type-id="text-editor" />
19
+        </entry>
20
+      </file>
21
+      <file leaf-file-name="MainApplication.java" pinned="false" current-in-tab="false">
22
+        <entry file="file://$PROJECT_DIR$/MainApplication.java">
23
+          <provider selected="true" editor-type-id="text-editor" />
24
+        </entry>
25
+      </file>
26
+      <file leaf-file-name="Product.class" pinned="false" current-in-tab="false">
27
+        <entry file="file://$PROJECT_DIR$/Product.class">
28
+          <provider selected="true" editor-type-id="text-editor">
29
+            <state>
30
+              <folding>
31
+                <element signature="e#0#160#0" expanded="true" />
32
+              </folding>
33
+            </state>
34
+          </provider>
35
+        </entry>
36
+      </file>
37
+      <file leaf-file-name="Product.ctxt" pinned="false" current-in-tab="false">
38
+        <entry file="file://$PROJECT_DIR$/Product.ctxt">
39
+          <provider selected="true" editor-type-id="text-editor" />
40
+        </entry>
41
+      </file>
42
+      <file leaf-file-name="Product.java" pinned="false" current-in-tab="false">
43
+        <entry file="file://$PROJECT_DIR$/Product.java">
44
+          <provider selected="true" editor-type-id="text-editor" />
45
+        </entry>
46
+      </file>
47
+      <file leaf-file-name="ProductTest.class" pinned="false" current-in-tab="false">
48
+        <entry file="file://$PROJECT_DIR$/ProductTest.class">
49
+          <provider selected="true" editor-type-id="text-editor">
50
+            <state>
51
+              <folding>
52
+                <element signature="e#0#168#0" expanded="true" />
53
+              </folding>
54
+            </state>
55
+          </provider>
56
+        </entry>
57
+      </file>
58
+      <file leaf-file-name="ProductTest.ctxt" pinned="false" current-in-tab="false">
59
+        <entry file="file://$PROJECT_DIR$/ProductTest.ctxt">
60
+          <provider selected="true" editor-type-id="text-editor" />
61
+        </entry>
62
+      </file>
63
+      <file leaf-file-name="ProductTest.java" pinned="false" current-in-tab="false">
64
+        <entry file="file://$PROJECT_DIR$/ProductTest.java">
65
+          <provider selected="true" editor-type-id="text-editor" />
66
+        </entry>
67
+      </file>
68
+      <file leaf-file-name="README.TXT" pinned="false" current-in-tab="false">
69
+        <entry file="file://$PROJECT_DIR$/README.TXT">
70
+          <provider selected="true" editor-type-id="text-editor" />
71
+        </entry>
72
+      </file>
73
+      <file leaf-file-name="README.md" pinned="false" current-in-tab="true">
74
+        <entry file="file://$PROJECT_DIR$/README.md">
75
+          <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
76
+            <state split_layout="SPLIT">
77
+              <first_editor />
78
+              <second_editor />
79
+            </state>
80
+          </provider>
81
+        </entry>
82
+      </file>
83
+    </leaf>
84
+  </component>
85
+  <component name="Git.Settings">
86
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
87
+  </component>
88
+  <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
89
+  <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
90
+  <component name="JsGulpfileManager">
91
+    <detection-done>true</detection-done>
92
+    <sorting>DEFINITION_ORDER</sorting>
93
+  </component>
94
+  <component name="NodePackageJsonFileManager">
95
+    <packageJsonPaths />
96
+  </component>
97
+  <component name="ProjectFrameBounds">
98
+    <option name="y" value="22" />
99
+    <option name="width" value="1280" />
100
+    <option name="height" value="691" />
101
+  </component>
102
+  <component name="ProjectView">
103
+    <navigator proportions="" version="1">
104
+      <foldersAlwaysOnTop value="true" />
105
+    </navigator>
106
+    <panes>
107
+      <pane id="Scope" />
108
+      <pane id="ProjectPane">
109
+        <subPane>
110
+          <expand>
111
+            <path>
112
+              <item name="ZCW-MesoLabs-Inheritance-ProductManager-BlueJ" type="b2602c69:ProjectViewProjectNode" />
113
+              <item name="ZCW-MesoLabs-Inheritance-ProductManager-BlueJ" type="462c0819:PsiDirectoryNode" />
114
+            </path>
115
+          </expand>
116
+          <select />
117
+        </subPane>
118
+      </pane>
119
+      <pane id="PackagesPane" />
120
+      <pane id="AndroidView" />
121
+    </panes>
122
+  </component>
123
+  <component name="PropertiesComponent">
124
+    <property name="WebServerToolWindowFactoryState" value="false" />
125
+    <property name="aspect.path.notification.shown" value="true" />
126
+    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
127
+    <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
128
+    <property name="nodejs_npm_path_reset_for_default_project" value="true" />
129
+  </component>
130
+  <component name="RunDashboard">
131
+    <option name="ruleStates">
132
+      <list>
133
+        <RuleState>
134
+          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
135
+        </RuleState>
136
+        <RuleState>
137
+          <option name="name" value="StatusDashboardGroupingRule" />
138
+        </RuleState>
139
+      </list>
140
+    </option>
141
+  </component>
142
+  <component name="RunManager">
143
+    <configuration default="true" type="Application" factoryName="Application">
144
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
145
+    </configuration>
146
+    <configuration default="true" type="JUnit" factoryName="JUnit">
147
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
148
+      <option name="ALTERNATIVE_JRE_PATH" />
149
+      <option name="PACKAGE_NAME" />
150
+      <option name="MAIN_CLASS_NAME" />
151
+      <option name="METHOD_NAME" />
152
+      <option name="TEST_OBJECT" value="class" />
153
+      <option name="VM_PARAMETERS" value="-ea" />
154
+      <option name="PARAMETERS" />
155
+      <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
156
+      <option name="PASS_PARENT_ENVS" value="true" />
157
+      <option name="TEST_SEARCH_SCOPE">
158
+        <value defaultName="singleModule" />
159
+      </option>
160
+      <patterns />
161
+    </configuration>
162
+    <configuration default="true" type="TestNG" factoryName="TestNG">
163
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
164
+      <option name="ALTERNATIVE_JRE_PATH" />
165
+      <option name="SUITE_NAME" />
166
+      <option name="PACKAGE_NAME" />
167
+      <option name="MAIN_CLASS_NAME" />
168
+      <option name="METHOD_NAME" />
169
+      <option name="GROUP_NAME" />
170
+      <option name="TEST_OBJECT" value="CLASS" />
171
+      <option name="VM_PARAMETERS" value="-ea" />
172
+      <option name="PARAMETERS" />
173
+      <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
174
+      <option name="OUTPUT_DIRECTORY" />
175
+      <option name="PASS_PARENT_ENVS" value="true" />
176
+      <option name="TEST_SEARCH_SCOPE">
177
+        <value defaultName="singleModule" />
178
+      </option>
179
+      <option name="USE_DEFAULT_REPORTERS" value="false" />
180
+      <option name="PROPERTIES_FILE" />
181
+      <properties />
182
+      <listeners />
183
+    </configuration>
184
+  </component>
185
+  <component name="SvnConfiguration">
186
+    <configuration />
187
+  </component>
188
+  <component name="TaskManager">
189
+    <task active="true" id="Default" summary="Default task">
190
+      <changelist id="30c51471-80f1-4dbd-8f68-e9a785851e07" name="Default" comment="" />
191
+      <created>1528743120219</created>
192
+      <option name="number" value="Default" />
193
+      <option name="presentableId" value="Default" />
194
+      <updated>1528743120219</updated>
195
+      <workItem from="1528743122037" duration="62000" />
196
+    </task>
197
+    <servers />
198
+  </component>
199
+  <component name="TimeTrackingManager">
200
+    <option name="totallyTimeSpent" value="62000" />
201
+  </component>
202
+  <component name="ToolWindowManager">
203
+    <frame x="0" y="22" width="1280" height="691" extended-state="0" />
204
+    <editor active="true" />
205
+    <layout>
206
+      <window_info anchor="right" id="Palette" />
207
+      <window_info anchor="bottom" id="TODO" order="6" />
208
+      <window_info anchor="right" id="Palette&#9;" />
209
+      <window_info id="Image Layers" />
210
+      <window_info anchor="right" id="Capture Analysis" />
211
+      <window_info anchor="bottom" id="Event Log" side_tool="true" />
212
+      <window_info anchor="right" id="Maven Projects" />
213
+      <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
214
+      <window_info anchor="bottom" id="Run" order="2" />
215
+      <window_info anchor="bottom" id="Version Control" />
216
+      <window_info anchor="bottom" id="Terminal" />
217
+      <window_info id="Capture Tool" />
218
+      <window_info id="Designer" />
219
+      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25" />
220
+      <window_info anchor="right" id="Database" />
221
+      <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
222
+      <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
223
+      <window_info id="UI Designer" />
224
+      <window_info anchor="right" id="Theme Preview" />
225
+      <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
226
+      <window_info id="Favorites" side_tool="true" />
227
+      <window_info anchor="bottom" id="Find" order="1" />
228
+      <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
229
+      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
230
+      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
231
+      <window_info anchor="bottom" id="Message" order="0" />
232
+      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
233
+    </layout>
234
+  </component>
235
+  <component name="TypeScriptGeneratedFilesManager">
236
+    <option name="version" value="1" />
237
+  </component>
238
+  <component name="VcsContentAnnotationSettings">
239
+    <option name="myLimit" value="2678400000" />
240
+  </component>
241
+  <component name="editorHistoryManager">
242
+    <entry file="file://$PROJECT_DIR$/MainApplication.class">
243
+      <provider selected="true" editor-type-id="text-editor">
244
+        <state>
245
+          <folding>
246
+            <element signature="e#0#176#0" expanded="true" />
247
+          </folding>
248
+        </state>
249
+      </provider>
250
+    </entry>
251
+    <entry file="file://$PROJECT_DIR$/MainApplication.ctxt">
252
+      <provider selected="true" editor-type-id="text-editor" />
253
+    </entry>
254
+    <entry file="file://$PROJECT_DIR$/package.bluej">
255
+      <provider selected="true" editor-type-id="text-editor" />
256
+    </entry>
257
+    <entry file="file://$PROJECT_DIR$/MainApplication.java">
258
+      <provider selected="true" editor-type-id="text-editor" />
259
+    </entry>
260
+    <entry file="file://$PROJECT_DIR$/Product.class">
261
+      <provider selected="true" editor-type-id="text-editor">
262
+        <state>
263
+          <folding>
264
+            <element signature="e#0#160#0" expanded="true" />
265
+          </folding>
266
+        </state>
267
+      </provider>
268
+    </entry>
269
+    <entry file="file://$PROJECT_DIR$/Product.ctxt">
270
+      <provider selected="true" editor-type-id="text-editor" />
271
+    </entry>
272
+    <entry file="file://$PROJECT_DIR$/Product.java">
273
+      <provider selected="true" editor-type-id="text-editor" />
274
+    </entry>
275
+    <entry file="file://$PROJECT_DIR$/ProductTest.class">
276
+      <provider selected="true" editor-type-id="text-editor">
277
+        <state>
278
+          <folding>
279
+            <element signature="e#0#168#0" expanded="true" />
280
+          </folding>
281
+        </state>
282
+      </provider>
283
+    </entry>
284
+    <entry file="file://$PROJECT_DIR$/ProductTest.ctxt">
285
+      <provider selected="true" editor-type-id="text-editor" />
286
+    </entry>
287
+    <entry file="file://$PROJECT_DIR$/ProductTest.java">
288
+      <provider selected="true" editor-type-id="text-editor" />
289
+    </entry>
290
+    <entry file="file://$PROJECT_DIR$/README.TXT">
291
+      <provider selected="true" editor-type-id="text-editor" />
292
+    </entry>
293
+    <entry file="file://$PROJECT_DIR$/README.md">
294
+      <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
295
+        <state split_layout="SPLIT">
296
+          <first_editor />
297
+          <second_editor />
298
+        </state>
299
+      </provider>
300
+    </entry>
301
+  </component>
302
+  <component name="masterDetails">
303
+    <states>
304
+      <state key="ProjectJDKs.UI">
305
+        <settings>
306
+          <last-edited>1.8</last-edited>
307
+          <splitter-proportions>
308
+            <option name="proportions">
309
+              <list>
310
+                <option value="0.2" />
311
+              </list>
312
+            </option>
313
+          </splitter-proportions>
314
+        </settings>
315
+      </state>
316
+    </states>
317
+  </component>
318
+</project>

+ 26
- 0
Inventory.java View File

@@ -0,0 +1,26 @@
1
+import java.util.*;
2
+
3
+public class Inventory{
4
+    private List<Product> products;
5
+    
6
+    public Inventory(){
7
+        products = new ArrayList();
8
+    }
9
+    
10
+    public void add(Product product){
11
+        products.add(product);
12
+    }
13
+    
14
+    public List<Product> getProducts(){
15
+    
16
+    return products;
17
+    }
18
+    
19
+    public int getTotalQuantity(){
20
+        int total = 0;
21
+        for(Product p : products){
22
+            total = total + p.getQuantityOfItem();
23
+        }
24
+        return total;
25
+    }
26
+}

+ 39
- 0
InventoryTest.java View File

@@ -0,0 +1,39 @@
1
+
2
+
3
+import static org.junit.Assert.*;
4
+import org.junit.After;
5
+import org.junit.Before;
6
+import org.junit.Test;
7
+import java.util.List;
8
+/**
9
+ * The test class InventoryTest.
10
+ *
11
+ * @author  (your name)
12
+ * @version (a version number or a date)
13
+ */
14
+public class InventoryTest{
15
+    @Test
16
+    public void testAddinventory(){
17
+    Inventory inventory = new Inventory();
18
+    Product product = new Product();
19
+    
20
+    inventory.add(product);
21
+    
22
+    List<Product> products = inventory.getProducts();
23
+    Product actualProduct = products.get(0);
24
+    
25
+    assertEquals (product, actualProduct);
26
+    }
27
+    
28
+    @Test
29
+    public void testTotalQuantity(){
30
+    Inventory inventory  = new Inventory();
31
+    Product tea = new Product ("asdf", 44.43, 3);
32
+    Product coffee = new Product("kedk", 234.88, 5);
33
+    inventory.add(tea);
34
+    inventory.add(coffee);
35
+    int actualQuantity = inventory.getTotalQuantity();
36
+    int expectedQuantity = inventory.getTotalQuantity();
37
+    assertEquals(expectedQuantity, actualQuantity);
38
+    }
39
+}

+ 10
- 0
MainApplication.java View File

@@ -3,4 +3,14 @@
3 3
  * Created by leon on 1/10/18.
4 4
  */
5 5
 public class MainApplication {
6
+    public static void main(String[] args){
7
+    Inventory inventory  = new Inventory();
8
+    Product tea = new Product ("asdf", 44.43, 3);
9
+    Product coffee = new Product("kedk", 234.88, 5);
10
+    inventory.add(tea);
11
+    inventory.add(coffee);
12
+    
13
+    int quantity = inventory.getTotalQuantity();
14
+    System.out.println("Total quantity is " + quantity);
15
+    }
6 16
 }

+ 48
- 0
Product.java View File

@@ -4,4 +4,52 @@
4 4
  * Created by leon on 1/10/18.
5 5
  */
6 6
 public class Product {
7
+    private double price;
8
+    private String id;
9
+    private int x;
10
+    private int quantity;
11
+    private String name;
12
+    
13
+    //private Map<Integer, Product> productMap;
14
+    
15
+    public Product(){
16
+    
17
+    }
18
+    
19
+    public Product(String id, double price, int quantity){
20
+        this.id = id;
21
+        this.price = price;
22
+        this.quantity = quantity;
23
+    }
24
+    
25
+    public void setPrice(double newPrice){
26
+        price = newPrice;
27
+    }
28
+    
29
+    
30
+    public double getPrice(){
31
+        System.out.println(price);
32
+        return price;
33
+    }
34
+    
35
+    public String setId(String newId){
36
+        id = newId;
37
+        System.out.println(id);
38
+        return id;
39
+    }
40
+    
41
+    public String getId(){
42
+        System.out.println(id);
43
+        return id;
44
+    }
45
+    
46
+    public void setQuantityOfItem(int x){
47
+        this.x = x;
48
+        System.out.println(this.x);
49
+    }
50
+    
51
+    public int getQuantityOfItem(){
52
+        System.out.println("You have " + x + "of this item.");
53
+        return x;
54
+    }
7 55
 }

+ 56
- 2
ProductTest.java View File

@@ -1,5 +1,59 @@
1
+import static org.junit.Assert.*;
2
+import org.junit.After;
3
+import org.junit.Before;
4
+import org.junit.Test;
5
+
1 6
 /**
2
- * Created by leon on 1/10/18.
7
+ * The test class ProductTest.
8
+ *
9
+ * @author  (your name)
10
+ * @version (a version number or a date)
3 11
  */
4
-public class ProductTest {
12
+public class ProductTest{
13
+    @Test
14
+    public void testEmptyConstructor(){
15
+        Product product = new Product();
16
+    }
17
+    
18
+    @Test
19
+    public void testConstructorWithIdpriceQuantity(){
20
+        String id = "5349h8te";
21
+        double price = 55.55;
22
+        int quantity = 3;
23
+        
24
+        Product newProduct = new Product(id, price, quantity);
25
+    }
26
+    
27
+    @Test
28
+    public void testGetSetPrice(){
29
+        Product product = new Product();
30
+        double price = 88.67;
31
+        
32
+        product.setPrice(price);
33
+        double actualPrice = product.getPrice();
34
+        
35
+        assertEquals(price, actualPrice, 0.01);
36
+    }
37
+    
38
+    @Test
39
+    public void testGetProductId(){
40
+        Product product = new Product();
41
+        String id = "867_XX";
42
+        
43
+        product.setId(id);
44
+        String actualId = product.getId();
45
+        
46
+        assertEquals(id, actualId);
47
+    }
48
+    
49
+    @Test
50
+    public void testGetQuantityNumber(){
51
+        Product product = new Product();
52
+        int quantity = 12;
53
+        
54
+        product.setQuantityOfItem(quantity);
55
+        int actualQuantity = product.getQuantityOfItem();
56
+        
57
+        assertEquals(quantity, actualQuantity);
58
+    }
5 59
 }

+ 0
- 0
README.TXT View File


+ 70
- 15
package.bluej View File

@@ -1,20 +1,38 @@
1 1
 #BlueJ package file
2
-editor.fx.0.height=722
3
-editor.fx.0.width=800
4
-editor.fx.0.x=560
5
-editor.fx.0.y=117
6
-objectbench.height=101
7
-objectbench.width=461
2
+dependency1.from=ProductTest
3
+dependency1.to=Product
4
+dependency1.type=UsesDependency
5
+dependency2.from=Inventory
6
+dependency2.to=Product
7
+dependency2.type=UsesDependency
8
+dependency3.from=InventoryTest
9
+dependency3.to=Inventory
10
+dependency3.type=UsesDependency
11
+dependency4.from=InventoryTest
12
+dependency4.to=Product
13
+dependency4.type=UsesDependency
14
+dependency5.from=MainApplication
15
+dependency5.to=Inventory
16
+dependency5.type=UsesDependency
17
+dependency6.from=MainApplication
18
+dependency6.to=Product
19
+dependency6.type=UsesDependency
20
+editor.fx.0.height=0
21
+editor.fx.0.width=0
22
+editor.fx.0.x=0
23
+editor.fx.0.y=0
24
+objectbench.height=90
25
+objectbench.width=673
8 26
 package.divider.horizontal=0.6
9
-package.divider.vertical=0.8007380073800738
10
-package.editor.height=427
11
-package.editor.width=674
12
-package.editor.x=141
13
-package.editor.y=59
14
-package.frame.height=600
15
-package.frame.width=800
16
-package.numDependencies=0
17
-package.numTargets=0
27
+package.divider.vertical=0.8493788819875776
28
+package.editor.height=540
29
+package.editor.width=571
30
+package.editor.x=0
31
+package.editor.y=22
32
+package.frame.height=702
33
+package.frame.width=697
34
+package.numDependencies=6
35
+package.numTargets=5
18 36
 package.showExtends=true
19 37
 package.showUses=true
20 38
 project.charset=UTF-8
@@ -23,3 +41,40 @@ readme.name=@README
23 41
 readme.width=47
24 42
 readme.x=10
25 43
 readme.y=10
44
+target1.height=50
45
+target1.name=ProductTest
46
+target1.showInterface=false
47
+target1.type=UnitTestTargetJunit4
48
+target1.width=80
49
+target1.x=80
50
+target1.y=110
51
+target2.association=ProductTest
52
+target2.height=50
53
+target2.name=Product
54
+target2.showInterface=false
55
+target2.type=ClassTarget
56
+target2.width=80
57
+target2.x=50
58
+target2.y=140
59
+target3.height=50
60
+target3.name=InventoryTest
61
+target3.showInterface=false
62
+target3.type=UnitTestTargetJunit4
63
+target3.width=80
64
+target3.x=460
65
+target3.y=70
66
+target4.association=InventoryTest
67
+target4.height=50
68
+target4.name=Inventory
69
+target4.showInterface=false
70
+target4.type=ClassTarget
71
+target4.width=80
72
+target4.x=430
73
+target4.y=100
74
+target5.height=50
75
+target5.name=MainApplication
76
+target5.showInterface=false
77
+target5.type=ClassTarget
78
+target5.width=120
79
+target5.x=160
80
+target5.y=70