Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Tibor (0.03 sec)

  1. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/RuntimePluginValidationIntegrationTest.groovy

                            return null;
                        }
    
                        @Internal
                        public String getName() {
                            return "tibor";
                        }
                    }
    
                    // Does not validate the type parameter of extended collection
                    // because it has annotated properties
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 14:30:05 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/schema/extract/ManagedProxyClassGeneratorTest.groovy

            then:
            greeting == "Hello Lajos"
    
            when:
            impl.managedValue = "Tibor"
            then:
            1 * state.set("managedValue", "Tibor")
    
            when:
            def managedValue = impl.managedValue
            then:
            managedValue == "Tibor"
            1 * state.get("managedValue") >> { "Tibor" }
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  3. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/ValidatePluginsPart2IntegrationTest.groovy

                            return null;
                        }
    
                        @Internal
                        public String getName() {
                            return "tibor";
                        }
                    }
    
                    // Does not validate the type parameter of extended collection
                    // because it has annotated properties
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 40K bytes
    - Viewed (0)
Back to top