|
@@ -2,10 +2,13 @@
|
2
|
2
|
dependency1.from=MainApplication
|
3
|
3
|
dependency1.to=Console
|
4
|
4
|
dependency1.type=UsesDependency
|
5
|
|
-editor.fx.0.height=722
|
6
|
|
-editor.fx.0.width=800
|
7
|
|
-editor.fx.0.x=480
|
8
|
|
-editor.fx.0.y=23
|
|
5
|
+dependency2.from=BasicMathTest
|
|
6
|
+dependency2.to=BasicMath
|
|
7
|
+dependency2.type=UsesDependency
|
|
8
|
+editor.fx.0.height=0
|
|
9
|
+editor.fx.0.width=0
|
|
10
|
+editor.fx.0.x=0
|
|
11
|
+editor.fx.0.y=0
|
9
|
12
|
objectbench.height=202
|
10
|
13
|
objectbench.width=352
|
11
|
14
|
package.divider.horizontal=0.5993322203672788
|
|
@@ -16,8 +19,8 @@ package.editor.x=35
|
16
|
19
|
package.editor.y=23
|
17
|
20
|
package.frame.height=722
|
18
|
21
|
package.frame.width=619
|
19
|
|
-package.numDependencies=1
|
20
|
|
-package.numTargets=3
|
|
22
|
+package.numDependencies=2
|
|
23
|
+package.numTargets=5
|
21
|
24
|
package.showExtends=true
|
22
|
25
|
package.showUses=true
|
23
|
26
|
project.charset=UTF-8
|
|
@@ -26,25 +29,40 @@ readme.name=@README
|
26
|
29
|
readme.width=47
|
27
|
30
|
readme.x=10
|
28
|
31
|
readme.y=10
|
|
32
|
+target1.association=BasicMathTest
|
29
|
33
|
target1.height=50
|
30
|
|
-target1.name=MainApplicationTest
|
|
34
|
+target1.name=BasicMath
|
31
|
35
|
target1.showInterface=false
|
32
|
|
-target1.type=UnitTestTargetJunit4
|
33
|
|
-target1.width=120
|
34
|
|
-target1.x=100
|
35
|
|
-target1.y=40
|
|
36
|
+target1.type=ClassTarget
|
|
37
|
+target1.width=90
|
|
38
|
+target1.x=320
|
|
39
|
+target1.y=130
|
36
|
40
|
target2.height=50
|
37
|
|
-target2.name=Console
|
|
41
|
+target2.name=MainApplicationTest
|
38
|
42
|
target2.showInterface=false
|
39
|
|
-target2.type=ClassTarget
|
40
|
|
-target2.width=80
|
41
|
|
-target2.x=80
|
42
|
|
-target2.y=200
|
43
|
|
-target3.association=MainApplicationTest
|
|
43
|
+target2.type=UnitTestTargetJunit4
|
|
44
|
+target2.width=120
|
|
45
|
+target2.x=100
|
|
46
|
+target2.y=40
|
44
|
47
|
target3.height=50
|
45
|
|
-target3.name=MainApplication
|
|
48
|
+target3.name=Console
|
46
|
49
|
target3.showInterface=false
|
47
|
50
|
target3.type=ClassTarget
|
48
|
|
-target3.width=120
|
49
|
|
-target3.x=70
|
50
|
|
-target3.y=70
|
|
51
|
+target3.width=80
|
|
52
|
+target3.x=80
|
|
53
|
+target3.y=200
|
|
54
|
+target4.height=50
|
|
55
|
+target4.name=BasicMathTest
|
|
56
|
+target4.showInterface=false
|
|
57
|
+target4.type=UnitTestTargetJunit4
|
|
58
|
+target4.width=90
|
|
59
|
+target4.x=350
|
|
60
|
+target4.y=100
|
|
61
|
+target5.association=MainApplicationTest
|
|
62
|
+target5.height=50
|
|
63
|
+target5.name=MainApplication
|
|
64
|
+target5.showInterface=false
|
|
65
|
+target5.type=ClassTarget
|
|
66
|
+target5.width=120
|
|
67
|
+target5.x=70
|
|
68
|
+target5.y=70
|