Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for STATUS_2 (0.27 sec)

  1. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/console/DefaultWorkInProgressFormatterTest.groovy

            def op2 = new ProgressOperation(null,  null, new OperationIdentifier(2), op1)
            def op3 = new ProgressOperation("STATUS_2", "VARIANT_CATEGORY", new OperationIdentifier(3), op2)
    
            expect:
            statusBarFormatter.format(op3).first().text == "> STATUS_1 > STATUS_2"
            statusBarFormatter.format(op2).first().text == "> STATUS_1"
            statusBarFormatter.format(op1).first().text == "> STATUS_1"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 2.4K bytes
    - Viewed (0)
Back to top