Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for beforeTestExecution (0.12 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/jupiter/JUnitJupiterJUnitTestFailureIntegrationTest.groovy

                import org.junit.jupiter.api.extension.ExtensionContext;
    
                public class BrokenRunnerOrExtension implements BeforeTestExecutionCallback {
                    @Override
                    public void beforeTestExecution(ExtensionContext context) throws Exception {
                        throw new UnsupportedOperationException("broken");
                    }
                }
            """.stripIndent()
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top