Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRawValue (0.1 sec)

  1. platforms/core-runtime/logging/src/testFixtures/groovy/org/gradle/internal/logging/text/TestStyledTextOutput.groovy

        }
    
        TestStyledTextOutput ignoreStyle() {
            return new TestStyledTextOutput() {
                @Override protected void doStyleChange(Style style) {
                }
            }
        }
    
        String getRawValue() {
            return result.toString()
        }
    
        /**
         * Returns the normalized value of this text output. Normalizes:
         * - style changes to {style} where _style_ is the lowercase name of the style.
    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