Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FirstAction (0.12 sec)

  1. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/steps/AbstractCaptureStateBeforeExecutionStepTest.groovy

            }
            0 * _
        }
    
        def "implementations are snapshotted"() {
            def additionalImplementations = [
                ImplementationSnapshot.of("FirstAction", TestHashCodes.hashCodeFrom(2345)),
                ImplementationSnapshot.of("SecondAction", TestHashCodes.hashCodeFrom(3456))
            ]
    
            when:
            step.execute(work, context)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:34 UTC 2023
    - 7K bytes
    - Viewed (0)
Back to top