File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 144
144
version =" false"
145
145
use =" false"
146
146
windowtitle =" JUnit API"
147
- stylesheetfile =" src/main/javadoc/ stylesheet.css"
147
+ stylesheetfile =" stylesheet.css"
148
148
>
149
149
<excludepackage name =" junit.*" />
150
150
<excludepackage name =" org.junit.internal.*" />
207
207
<run-local-tests />
208
208
</target >
209
209
210
- <target name =" test- dist" depends =" populate-dist" >
210
+ <target name =" dist" depends =" populate-dist" >
211
211
<run-dist-tests >
212
212
<jvmarg value =" -Dignore.this=ignored" />
213
213
</run-dist-tests >
214
214
</target >
215
215
216
- <target name =" dist" depends =" test-dist" />
217
-
218
216
<target name =" profile" depends =" populate-dist" >
219
217
<run-dist-tests >
220
218
<jvmarg value =" -agentlib:hprof=cpu=samples" />
Original file line number Diff line number Diff line change 23
23
* }
24
24
* </pre>
25
25
*
26
+ * @see org.junit.tests.manipulation.SortableTest
26
27
*/
27
28
public class Enclosed extends Suite {
28
29
/**
Original file line number Diff line number Diff line change 1
1
package org .junit .runner ;
2
2
3
+ import org .junit .runner .notification .Failure ;
4
+ import org .junit .runner .notification .RunListener ;
5
+
3
6
import java .io .Serializable ;
4
7
import java .util .List ;
5
8
import java .util .concurrent .CopyOnWriteArrayList ;
6
9
import java .util .concurrent .atomic .AtomicInteger ;
7
10
import java .util .concurrent .atomic .AtomicLong ;
8
11
9
- import org .junit .runner .notification .Failure ;
10
- import org .junit .runner .notification .RunListener ;
11
-
12
12
/**
13
13
* A <code>Result</code> collects and summarizes information from running multiple tests.
14
14
* All tests are counted -- additional information is collected from tests that fail.
You can’t perform that action at this time.
0 commit comments