Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runsBuildUsingDaemon (0.14 sec)

  1. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/cli/RunBuildActionTest.groovy

        final Stoppable stoppable = Mock()
        final RunBuildAction action = new RunBuildAction(client, startParameter, clientMetaData, startTime, parameters, sharedServices, stoppable)
    
        def runsBuildUsingDaemon() {
            when:
            action.run()
    
            then:
            startParameter.logLevel >> LogLevel.ERROR
            1 * sharedServices.get(ConsoleDetector) >> Stub(ConsoleDetector)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:54:56 UTC 2024
    - 3.2K bytes
    - Viewed (0)
Back to top