Commit 6444621
Fix: Do not report maximum duration for slow tests
Co-authored-by: Andreas Möller <[email protected]>
Co-authored-by: Michael Voříšek <[email protected]>1 parent 0a3cae4 commit 6444621
File tree
117 files changed
+388
-423
lines changed- src
- Reporter
- test
- EndToEnd
- Version07
- Configuration
- Defaults
- MaximumCount
- MaximumDuration
- TestCase
- Bare
- Combination
- WithAfterAnnotation
- WithAfterClassAnnotation
- WithAssertPostConditions
- WithAssertPreConditions
- WithBeforeAnnotation
- WithBeforeClassAnnotation
- WithDataProvider
- WithSetUpBeforeClass
- WithSetUp
- WithTearDownAfterClass
- WithTearDown
- TestMethod
- WithMaximumDurationAndSlowThresholdAnnotations
- WithMaximumDurationAnnotation
- WithRunInSeparateProcessAnnotation
- WithSlowThresholdAndMaximumDurationAnnotations
- WithSlowThresholdAnnotation
- Version08
- Configuration
- Defaults
- MaximumCount
- MaximumDuration
- TestCase
- Bare
- Combination
- WithAfterAnnotation
- WithAfterClassAnnotation
- WithAssertPostConditions
- WithAssertPreConditions
- WithBeforeAnnotation
- WithBeforeClassAnnotation
- WithDataProvider
- WithSetUpBeforeClass
- WithSetUp
- WithTearDownAfterClass
- WithTearDown
- TestMethod
- WithMaximumDurationAndSlowThresholdAnnotations
- WithMaximumDurationAnnotation
- WithRunInSeparateProcessAnnotation
- WithSlowThresholdAndMaximumDurationAnnotations
- WithSlowThresholdAnnotation
- Version09
- Configuration
- Defaults
- MaximumCount
- MaximumDuration
- TestCase
- Bare
- Combination
- WithAfterAnnotation
- WithAfterClassAnnotation
- WithAssertPostConditions
- WithAssertPreConditions
- WithBeforeAnnotation
- WithBeforeClassAnnotation
- WithDataProvider
- WithSetUpBeforeClass
- WithSetUp
- WithTearDownAfterClass
- WithTearDown
- TestMethod
- WithMaximumDurationAndSlowThresholdAnnotations
- WithMaximumDurationAnnotation
- WithRunInSeparateProcessAnnotation
- WithSlowThresholdAndMaximumDurationAnnotations
- WithSlowThresholdAnnotation
- Version10
- Configuration
- Defaults
- MaximumCount
- MaximumDuration
- TestCase
- Bare
- Combination
- WithAfterAnnotation
- WithAfterAttribute
- WithAfterClassAnnotation
- WithAfterClassAttribute
- WithAssertPostConditions
- WithAssertPreConditions
- WithBeforeAnnotation
- WithBeforeAttribute
- WithBeforeClassAnnotation
- WithBeforeClassAttribute
- WithDataProvider
- WithSetUpBeforeClass
- WithSetUp
- WithTearDownAfterClass
- WithTearDown
- TestMethod
- WithMaximumDurationAndSlowThresholdAnnotations
- WithMaximumDurationAnnotation
- WithMaximumDurationAttribute
- WithRunInSeparateProcessAnnotation
- WithRunInSeparateProcessAttribute
- WithSlowThresholdAndMaximumDurationAnnotations
- WithSlowThresholdAnnotation
- Version11
- Configuration
- Defaults
- MaximumCount
- MaximumDuration
- TestCase
- Bare
- Combination
- WithAfterAttribute
- WithAfterClassAttribute
- WithAssertPostConditions
- WithAssertPreConditions
- WithBeforeAttribute
- WithBeforeClassAttribute
- WithDataProvider
- WithSetUpBeforeClass
- WithSetUp
- WithTearDownAfterClass
- WithTearDown
- TestMethod
- WithMaximumDurationAndSlowThresholdAnnotations
- WithMaximumDurationAnnotation
- WithMaximumDurationAttribute
- WithRunInSeparateProcessAttribute
- WithSlowThresholdAndMaximumDurationAnnotations
- WithSlowThresholdAnnotation
- Unit/Reporter
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
117 files changed
+388
-423
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
263 | 267 | | |
264 | 268 | | |
265 | 269 | | |
| 270 | + | |
266 | 271 | | |
267 | 272 | | |
268 | 273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
214 | 213 | | |
215 | 214 | | |
216 | 215 | | |
217 | | - | |
218 | 216 | | |
219 | 217 | | |
220 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | | - | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
38 | | - | |
39 | 35 | | |
40 | 36 | | |
41 | 37 | | |
| |||
101 | 97 | | |
102 | 98 | | |
103 | 99 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 100 | | |
117 | 101 | | |
118 | 102 | | |
119 | 103 | | |
120 | | - | |
121 | 104 | | |
122 | | - | |
| 105 | + | |
123 | 106 | | |
124 | 107 | | |
125 | 108 | | |
| |||
134 | 117 | | |
135 | 118 | | |
136 | 119 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | 120 | | |
148 | 121 | | |
149 | 122 | | |
150 | | - | |
| 123 | + | |
151 | 124 | | |
152 | 125 | | |
153 | 126 | | |
| |||
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments