Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withAnnotatedType (0.13 sec)

  1. platforms/core-runtime/internal-instrumentation-processor/src/test/groovy/org/gradle/internal/instrumentation/processor/ConfigurationCacheInstrumentationProcessorTest.groovy

        final TestFile classesDir = temporaryFolder.createDir('classes')
    
        def "code generation is deterministic regardless of type processing order"() {
            given:
            withAnnotatedType 'Foo'
            withAnnotatedType 'Bar'
            def annotatedTypes = ['my.Foo', 'my.Bar']
    
            when:
            DiagnosticCollector<JavaFileObject> diagnostics = processAnnotationsOf(annotatedTypes)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 02 15:44:14 UTC 2023
    - 5.6K bytes
    - Viewed (0)
Back to top