Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getTestLogging (0.14 sec)

  1. platforms/software/testing-base/src/main/java/org/gradle/api/tasks/testing/AbstractTestTask.java

         * For further information see {@link TestLoggingContainer}.
         *
         * @return this
         */
        @Internal
        // TODO:LPTR Should be @Nested with @Console inside
        public TestLoggingContainer getTestLogging() {
            return testLogging;
        }
    
        /**
         * Allows configuring the logging of the test execution, for example log eagerly the standard output, etc.
         *
         * <pre class='autoTested'>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 18:49:01 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/provider-task-properties.txt

    Method <org.gradle.api.tasks.testing.AbstractTestTask.getReports()> does not have raw return type assignable to org.gradle.api.provider.Provider in (AbstractTestTask.java:0)
    Method <org.gradle.api.tasks.testing.AbstractTestTask.getTestLogging()> does not have raw return type assignable to org.gradle.api.provider.Provider in (AbstractTestTask.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    For example, to adjust the `INFO` level test logging configuration, modify the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
Back to top