Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withAgentDisabledInProperties (0.17 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/TapiAgentInstrumentationCrossVersionSpec.groovy

            when:
            runDumpTaskWithTapi()
    
            then:
            agentWasApplied()
        }
    
        def "agent is not applied if disabled in settings"() {
            given:
            withAgentDisabledInProperties()
            withDumpAgentStatusTask()
    
            when:
            runDumpTaskWithTapi()
    
            then:
            agentWasNotApplied()
        }
    
        private void runDumpTaskWithTapi() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top