-
Notifications
You must be signed in to change notification settings - Fork 0
/
Excel.ucls
109 lines (109 loc) · 6.39 KB
/
Excel.ucls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<class-diagram version="1.2.2" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true"
realizations="true" associations="true" dependencies="false" nesting-relationships="true" router="FAN">
<interface id="1" language="java" name="interfaces.ITestCase" project="SeKey"
file="/SeKey/src/interfaces/ITestCase.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="498" y="501"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</interface>
<interface id="2" language="java" name="interfaces.ITestRunner" project="SeKey"
file="/SeKey/src/interfaces/ITestRunner.java" binary="false" corner="BOTTOM_RIGHT">
<position height="245" width="255" x="404" y="149"/>
<display autosize="false" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="false" static="false"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</interface>
<interface id="3" language="java" name="interfaces.ITestStep" project="SeKey"
file="/SeKey/src/interfaces/ITestStep.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="483" y="672"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</interface>
<class id="4" language="java" name="data.ExcelTestCase" project="SeKey" file="/SeKey/src/data/ExcelTestCase.java"
binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="1046" y="521"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="false" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<class id="5" language="java" name="data.ExcelTestRunner" project="SeKey" file="/SeKey/src/data/ExcelTestRunner.java"
binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="997" y="267"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<class id="6" language="java" name="data.ExcelTestStep" project="SeKey" file="/SeKey/src/data/ExcelTestStep.java"
binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="1013" y="761"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<class id="7" language="java" name="framework.ExcelTestClass" project="SeKey"
file="/SeKey/src/framework/ExcelTestClass.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="184" y="442"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<realization id="8">
<end type="SOURCE" refId="5"/>
<end type="TARGET" refId="2"/>
</realization>
<association id="9">
<end type="SOURCE" refId="7" navigable="false">
<attribute id="10" name="runner"/>
<multiplicity id="11" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="2" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<association id="12">
<end type="SOURCE" refId="7" navigable="false">
<attribute id="13" name="testCase"/>
<multiplicity id="14" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="1" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<realization id="15">
<end type="SOURCE" refId="6"/>
<end type="TARGET" refId="3"/>
</realization>
<realization id="16">
<end type="SOURCE" refId="4"/>
<end type="TARGET" refId="1"/>
</realization>
<association id="17">
<end type="SOURCE" refId="4" navigable="false">
<attribute id="18" name="testSteps"/>
<multiplicity id="19" minimum="0" maximum="2147483647"/>
</end>
<end type="TARGET" refId="3" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</classifier-display>
<association-display labels="true" multiplicity="true"/>
</class-diagram>