Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ModelThing (0.28 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/inspect/ModelRuleExtractorTest.groovy

        ModelRegistry registry = new DefaultModelRegistry(extractor, null)
    
        static class ModelThing {
            final String name
    
            ModelThing(String name) {
                this.name = name
            }
        }
    
        static class EmptyClass extends RuleSource {}
    
        def "can inspect class with no rules"() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 13:45:02 UTC 2024
    - 30.4K bytes
    - Viewed (0)
Back to top