Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GuavaImmutablesResponse (0.13 sec)

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

        }
    
        /**
         * Spock helper to mock Guava's immutable collections and maps with empty instances.
         */
        static class GuavaImmutablesResponse implements IDefaultResponse {
            static final IDefaultResponse INSTANCE = new GuavaImmutablesResponse()
    
            @Override
            Object respond(IMockInvocation invocation) {
                if (ImmutableCollection.isAssignableFrom(invocation.method.returnType)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:33 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top