forked from VSoftTechnologies/DUnitX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DUNitX.Loggers.GUIX.fmx
285 lines (285 loc) · 8.87 KB
/
DUNitX.Loggers.GUIX.fmx
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
object GUIXTestRunner: TGUIXTestRunner
Left = 0
Top = 0
Caption = 'DUNitX'
ClientHeight = 480
ClientWidth = 908
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [dkDesktop, dkiPhone, dkiPad]
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
DesignerMobile = False
DesignerWidth = 0
DesignerHeight = 0
DesignerDeviceName = ''
DesignerOrientation = 0
DesignerOSVersion = ''
object TopPanel: TPanel
Align = alMostTop
Height = 33.000000000000000000
Width = 908.000000000000000000
TabOrder = 0
object ToolBar1: TToolBar
Height = 33.000000000000000000
TabOrder = 0
Width = 908.000000000000000000
object Button1: TButton
Action = Run
Height = 33.000000000000000000
TabOrder = 0
Width = 57.000000000000000000
end
end
end
object Panel1: TPanel
Align = alClient
Height = 447.000000000000000000
Width = 908.000000000000000000
TabOrder = 1
object GridPanelLayout1: TGridPanelLayout
Align = alClient
Height = 447.000000000000000000
Width = 443.000000000000000000
ColumnCollection = <
item
Value = 50.000381472636970000
end
item
Value = 49.999618527363030000
end>
ControlCollection = <
item
Column = 0
Control = FailList
Row = 1
end
item
Column = 0
ColumnSpan = 2
Control = Panel2
Row = 0
end
item
Column = 1
Control = FailTestDetailPanel
Row = 1
end>
RowCollection = <
item
SizeStyle = ssAuto
Value = 30.000000000000000000
end
item
Value = 100.000000000000000000
end>
object FailList: TListView
ItemAppearanceClassName = 'TListItemAppearance'
ItemEditAppearanceClassName = 'TListItemShowCheckAppearance'
HeaderAppearanceClassName = 'TListHeaderObjects'
FooterAppearanceClassName = 'TListHeaderObjects'
Align = alClient
Height = 322.500000000000000000
TabOrder = 0
Width = 221.501693725585900000
OnItemClick = FailListItemClick
end
object Panel2: TPanel
Align = alClient
Height = 124.500000000000000000
Width = 443.000000000000000000
TabOrder = 1
object Label1: TLabel
Font.Style = [fsBold]
StyledSettings = [ssFamily, ssSize, ssFontColor]
Height = 17.000000000000000000
Position.X = 16.000000000000000000
Position.Y = 32.000000000000000000
Text = 'Runs'
Width = 49.000000000000000000
end
object Label2: TLabel
Font.Style = [fsBold]
StyledSettings = [ssFamily, ssSize, ssFontColor]
Height = 17.000000000000000000
Position.X = 16.000000000000000000
Position.Y = 48.000000000000000000
Text = 'Sucess'
Width = 49.000000000000000000
end
object SuccessTests: TLabel
Height = 17.000000000000000000
Position.X = 104.000000000000000000
Position.Y = 48.000000000000000000
Text = 'SuccessTests'
Width = 120.000000000000000000
end
object TotalRuns: TLabel
Height = 17.000000000000000000
Position.X = 104.000000000000000000
Position.Y = 32.000000000000000000
Text = 'TotalRuns'
Width = 120.000000000000000000
end
object Label5: TLabel
Font.Style = [fsBold]
StyledSettings = [ssFamily, ssSize, ssFontColor]
Height = 17.000000000000000000
Position.X = 16.000000000000000000
Position.Y = 64.000000000000000000
Text = 'Fail'
Width = 57.000000000000000000
end
object FailTests: TLabel
Height = 17.000000000000000000
Position.X = 104.000000000000000000
Position.Y = 64.000000000000000000
Text = 'FailTests'
Width = 120.000000000000000000
end
object MemoryLeakedLabel: TLabel
Font.Style = [fsBold]
StyledSettings = [ssFamily, ssSize, ssFontColor]
Height = 17.000000000000000000
Position.X = 16.000000000000000000
Position.Y = 80.000000000000000000
Text = 'Leaked'
Width = 89.000000000000000000
end
object MemoryLeaked: TLabel
Height = 17.000000000000000000
Position.X = 104.000000000000000000
Position.Y = 80.000000000000000000
Text = 'MemoryLeaked'
Width = 120.000000000000000000
end
object TestRunnerProgress: TProgressBar
Anchors = [akLeft, akTop, akRight]
Height = 20.000000000000000000
Orientation = orHorizontal
Position.X = 8.000000000000000000
Position.Y = 8.000000000000000000
Width = 429.000000000000000000
end
end
object FailTestDetailPanel: TPanel
Align = alClient
Height = 322.500000000000000000
Width = 221.498306274414100000
TabOrder = 2
object StackTrace: TMemo
Touch.InteractiveGestures = [igPan, igLongTap, igDoubleTap]
Align = alBottom
Locked = True
Height = 138.000000000000000000
Position.Y = 184.500000000000000000
TabOrder = 0
Width = 221.498306274414100000
ReadOnly = True
end
object Label3: TLabel
Font.Style = [fsBold]
StyledSettings = [ssFamily, ssSize, ssFontColor]
Height = 17.000000000000000000
Position.X = 8.000000000000000000
Position.Y = 8.000000000000000000
Text = 'Test'
Width = 49.000000000000000000
end
object Label4: TLabel
Font.Style = [fsBold]
StyledSettings = [ssFamily, ssSize, ssFontColor]
Height = 17.000000000000000000
Position.X = 8.000000000000000000
Position.Y = 24.000000000000000000
Text = 'Start'
Width = 57.000000000000000000
end
object FailTestName: TLabel
Anchors = [akLeft, akTop, akRight]
AutoSize = True
Height = 19.000000000000000000
Position.X = 64.000000000000000000
Position.Y = 8.000000000000000000
Text = 'FailTestName'
Width = 72.000000000000000000
WordWrap = False
end
object FailTestStartTime: TLabel
Height = 17.000000000000000000
Position.X = 64.000000000000000000
Position.Y = 24.000000000000000000
Text = 'FailTestStartTime'
Width = 121.000000000000000000
end
object Label7: TLabel
Font.Style = [fsBold]
StyledSettings = [ssFamily, ssSize, ssFontColor]
Height = 17.000000000000000000
Position.X = 8.000000000000000000
Position.Y = 40.000000000000000000
Text = 'Finish'
Width = 65.000000000000000000
end
object FailTestFinishTime: TLabel
Height = 17.000000000000000000
Position.X = 63.000000000000000000
Position.Y = 40.000000000000000000
Text = 'FailTestFinishTime'
Width = 120.000000000000000000
end
object Label6: TLabel
Anchors = [akLeft, akBottom]
Font.Style = [fsBold]
StyledSettings = [ssFamily, ssSize, ssFontColor]
Height = 21.000000000000000000
Position.X = 8.000000000000000000
Position.Y = 166.500000000000000000
Text = 'Stack Trace'
Width = 275.000000000000000000
end
object FailTestMessage: TMemo
Touch.InteractiveGestures = [igPan, igLongTap, igDoubleTap]
Anchors = [akLeft, akTop, akRight, akBottom]
Height = 73.000000000000000000
Position.Y = 80.000000000000000000
TabOrder = 8
Width = 221.499465942382800000
ReadOnly = True
end
object Label8: TLabel
Font.Style = [fsBold]
StyledSettings = [ssFamily, ssSize, ssFontColor]
Height = 17.000000000000000000
Position.X = 8.000000000000000000
Position.Y = 56.000000000000000000
Text = 'Message'
Width = 120.000000000000000000
end
end
end
object TestTree: TTreeView
Align = alLeft
Height = 447.000000000000000000
TabOrder = 0
Width = 450.000000000000000000
end
object Splitter1: TSplitter
Align = alLeft
Cursor = crHSplit
Height = 447.000000000000000000
MinSize = 20.000000000000000000
Position.X = 450.000000000000000000
Width = 15.000000000000000000
end
end
object TestActions: TActionList
Left = 360
Top = 296
object Run: TAction
Text = 'Run All'
OnExecute = RunExecute
end
end
end