Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for assertHealthy (0.32 sec)

  1. okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformRule.kt

            } else if (platformSystemProperty == CORRETTO_PROPERTY) {
              AmazonCorrettoCryptoProvider.install()
    
              AmazonCorrettoCryptoProvider.INSTANCE.assertHealthy()
            }
    
            Platform.resetForTests()
    
            System.err.println("Running Tests with ${Platform.get().javaClass.simpleName}")
          }
    
          @JvmStatic
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/execution/plan/DefaultPlanExecutor.java

            List<Throwable> failures = new ArrayList<>();
            awaitCompletion(workSource, currentWorkerLease, failures);
            return ExecutionResult.maybeFailed(failures);
        }
    
        @Override
        public void assertHealthy() {
            // Wait until execution state is healthy.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 29.1K bytes
    - Viewed (0)
Back to top