Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectUnblocks (0.22 sec)

  1. subprojects/core/src/testFixtures/groovy/org/gradle/util/internal/MultithreadedTestRule.java

         * {@link #expectUnblocks(groovy.lang.Closure)} have been executed.
         *
         * @param action The action to execute.
         */
        public void expectBlocks(Closure action) {
            syncPoint.expectBlocks(action);
        }
    
        /**
         * Executes the given action, asserting that it unblocks all actions provided to {@link
         * #expectBlocks(groovy.lang.Closure)}
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 23.3K bytes
    - Viewed (0)
Back to top