Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNonHeapStats (0.34 sec)

  1. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/server/health/HealthExpirationStrategyTest.groovy

            given:
            Logger logger = Mock(Logger)
            DaemonHealthStats stats = Mock(DaemonHealthStats)
            stats.getNonHeapStats() >> belowThreshold
            def underTest = new HealthExpirationStrategy(stats, strategy, logger)
    
            // If there is no unhealthy condition, we expect no logging.
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 11.8K bytes
    - Viewed (0)
Back to top