This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
graphql-spring-boot-test-autoconfigure/src/main/java/com/graphql/spring/boot/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - name : Make gradlew executable
3939 run : chmod +x ./gradlew
4040 - name : Gradle Check
41- run : ./gradlew --info verifyGoogleJavaFormat
41+ run : ./gradlew --info build -x test
4242
4343 test :
4444 name : Test run
Original file line number Diff line number Diff line change 3636 - name : Make gradlew executable
3737 run : chmod +x ./gradlew
3838 - name : Gradle Check
39- run : ./gradlew --info verifyGoogleJavaFormat
39+ run : ./gradlew --info build -x test
4040
4141 test :
4242 name : Test run
Original file line number Diff line number Diff line change 4848import org .springframework .web .socket .server .standard .ServerEndpointExporter ;
4949
5050/**
51- * Annotation that can be specified on a test class in combination with <code>
52- * @RunWith(SpringRunner.class)</code> for running tests that focus <strong>only</strong> on GraphQL
53- * components.
51+ * Annotation that can be specified on a test class for running tests that focus
52+ * <strong>only</strong> on GraphQL components.
5453 *
5554 * <p>Provides the following features over the regular <strong>Spring TestContext
5655 * Framework</strong>:
You can’t perform that action at this time.
0 commit comments