Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for expectedExecutionTimeValue (0.33 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/fixtures/SystemPropertiesCompositeBuildFixture.groovy

                        : expectedExecutionTimeValue()
                    break
                case SystemPropertyAccess.NO_ACCESS:
                    expectedValue = null
                    break
                default:
                    expectedValue = expectedExecutionTimeValue()
            }
    
            return expectedValue
        }
    
        String expectedExecutionTimeValue() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheGradlePropertiesIntegrationTest.groovy

            outputContains(fixture.expectedConfigurationTimeValue())
            outputContains(fixture.expectedExecutionTimeValue())
    
            when:
            System.clearProperty(systemProp)
            configurationCacheRun fixture.task
    
            then:
            configurationCache.assertStateLoaded()
            outputContains(fixture.expectedExecutionTimeValue())
    
            cleanup:
            System.clearProperty(systemProp)
    
            where:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 10.1K bytes
    - Viewed (0)
Back to top