Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/enterprise/enterprise/src/test/groovy/org/gradle/internal/enterprise/impl/DefaultGradleEnterprisePluginBackgroundJobExecutorsTest.groovy

            then:
            thrown RejectedExecutionException
        }
    
        def "isInBackground returns proper status from inside the job"() {
            when:
            def task = new FutureTask<>(jobExecutors::isInBackground)
            jobExecutors.userJobExecutor.execute(task)
    
            then:
            task.get() == true
        }
    
        def "isInBackground returns proper status from outside the job"() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 2K bytes
    - Viewed (0)
Back to top