Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for classAnnotations (0.29 sec)

  1. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/compile/AbstractCompileAvoidanceIntegrationTest.kt

                rootProject.name = "test-project"
                """
            )
        }
    
        protected
        fun givenJavaClassInBuildSrcContains(classBody: String, classAnnotations: String = ""): String =
            javaSourceFile("buildSrc", classBody, classAnnotations)
    
        protected
        fun givenKotlinClassInBuildSrcContains(classBody: String): String {
            withKotlinDslPluginInBuildSrc()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Sep 24 17:45:43 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  2. plugin/pkg/admission/network/defaultingressclass/admission_test.go

    		classField      *string
    		classAnnotation *string
    		expectedClass   *string
    		expectedError   error
    	}{
    		{
    			name:            "no default, no modification of Ingress",
    			classes:         []*networkingv1.IngressClass{classWithFalseDefault, classWithNoDefault, classWithEmptyDefault},
    			classField:      nil,
    			classAnnotation: nil,
    			expectedClass:   nil,
    			expectedError:   nil,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 04 13:12:32 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  3. platforms/jvm/language-groovy/src/test/groovy/org/gradle/api/internal/tasks/compile/GroovyCompileTransformingClassLoaderTest.groovy

        GroovyCompileTransformingClassLoader loader
        Class<?> classAnnotation
    
        def setup() {
            def classPath = DefaultClassPath.of(ClasspathUtil.getClasspathForClass(getClass()), ClasspathUtil.getClasspathForClass(GroovyASTTransformationClass))
            loader = new GroovyCompileTransformingClassLoader(null, classPath)
            classAnnotation = loader.loadClass(GroovyASTTransformationClass.name)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    throws InitializationError; public void run(org.junit.runner.notification.RunNotifier); protected void runMethods(org.junit.runner.notification.RunNotifier); public org.junit.runner.Description getDescription(); protected annotation.Annotation[] classAnnotations(); protected String getName(); protected Object createTest() throws Exception; protected void invokeTestMethod(reflect.Method, org.junit.runner.notification.RunNotifier); private void testAborted(org.junit.runner.notification.RunNotifier, or...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
Back to top