Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for executesEachActionInOrder (0.29 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/tasks/execution/ExecuteActionsTaskExecuterTest.groovy

            then:
            noMoreInteractions()
    
            state.outcome == TaskExecutionOutcome.UP_TO_DATE
            !state.didWork
            !state.executing
            state.actionable
        }
    
        def executesEachActionInOrder() {
            given:
            task.getTaskActions() >> [action1, action2]
            task.hasTaskActions() >> true
    
            when:
            executer.execute(task, state, executionContext)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 19.8K bytes
    - Viewed (0)
Back to top