Skip to content

Commit 45a8c8f

Browse files
committed
Include imports in IgnoredTestsDemo example in User Guide
1 parent a5c4ac1 commit 45a8c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/test/java/example/IgnoredTestsDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
package example;
1212

13+
// tag::user_guide[]
1314
import org.junit.Ignore;
1415
import org.junit.jupiter.api.Test;
1516
import org.junit.jupiter.migrationsupport.EnableJUnit4MigrationSupport;
1617

17-
// tag::user_guide[]
1818
// @ExtendWith(IgnoreCondition.class)
1919
@EnableJUnit4MigrationSupport
2020
class IgnoredTestsDemo {

0 commit comments

Comments
 (0)