Skip to content

Commit db4f673

Browse files
committed
Credit AE2 for JUnit bootstrap extension design
1 parent ff39e90 commit db4f673

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fabric/src/test/java/org/embeddedt/modernfix/testing/util/BootstrapMinecraftExtension.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
import org.junit.jupiter.api.extension.Extension;
88
import org.junit.jupiter.api.extension.ExtensionContext;
99

10+
/**
11+
* Simple extension to run vanilla bootstrap, inspired by AE2.
12+
*/
1013
public class BootstrapMinecraftExtension implements Extension, BeforeAllCallback, AfterAllCallback {
1114
@Override
1215
public void beforeAll(ExtensionContext context) throws Exception {

0 commit comments

Comments
 (0)