We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd482e commit 3d32c8bCopy full SHA for 3d32c8b
src/main/java/com/nordstrom/automation/junit/CreateTestClass.java
@@ -33,6 +33,7 @@ public class CreateTestClass {
33
classWatcherLoader = ServiceLoader.load(TestClassWatcher.class);
34
classWatcher2Loader = ServiceLoader.load(TestClassWatcher2.class);
35
}
36
+
37
/**
38
* Interceptor for the {@link org.junit.runners.ParentRunner#createTestClass createTestClass} method.
39
*
0 commit comments