Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAdditionalAnnotations (0.58 sec)

  1. platforms/jvm/testing-jvm/src/testFixtures/groovy/org/gradle/testing/fixture/JUnitPlatformTestFixture.groovy

                    }
                """.stripIndent()
            }
    
            String getTestAnnotation() {
                return "@Test"
            }
    
            String getAdditionalAnnotations() {
                return ""
            }
    
            String getParameters() {
                return ""
            }
        }
    
        static class ParameterizedTestMethod extends TestMethod {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 5.5K bytes
    - Viewed (0)
Back to top