Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestStaticMetadataVisitor (0.23 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/properties/annotations/AbstractTypeMetadataWalkerTest.groovy

    class AbstractTypeMetadataWalkerTest extends Specification implements TestAnnotationHandlingSupport {
    
        def "type walker should correctly visit empty type"() {
            given:
            def visitor = new TestStaticMetadataVisitor()
    
            when:
            TypeMetadataWalker.typeWalker(typeMetadataStore, TestNested.class).walk(TypeToken.of(MyEmptyTask), visitor)
    
            then:
            visitor.all == ["null::MyEmptyTask"]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 24.4K bytes
    - Viewed (0)
Back to top