Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withProducerAndChangingExecutionTimeValue (0.42 sec)

  1. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/PropertySpec.groovy

        }
    
        ProviderInternal<T> supplierWithProducerAndChangingExecutionTimeValue(Task producer, T... values) {
            return ProviderTestUtil.withProducerAndChangingExecutionTimeValue(type(), producer, values)
        }
    
        class NoValueProvider<T> extends AbstractMinimalProvider<T> {
            private final Class<T> type
            private final DisplayName displayName
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 87.8K bytes
    - Viewed (0)
Back to top