Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for TestLogEvent (0.09 sec)

  1. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/logging/DefaultTestLoggingTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.api.internal.tasks.testing.logging
    
    import spock.lang.Specification
    
    import static org.gradle.api.tasks.testing.logging.TestLogEvent.*
    import static org.gradle.api.tasks.testing.logging.TestStackTraceFilter.GROOVY
    import static org.gradle.api.tasks.testing.logging.TestStackTraceFilter.TRUNCATE
    
    class DefaultTestLoggingTest extends Specification {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    | `LIFECYCLE`
    | link:{javadocPath}/org/gradle/api/tasks/testing/logging/TestLogEvent.html#FAILED[Test failures]
    | Exception format is link:{javadocPath}/org/gradle/api/tasks/testing/logging/TestExceptionFormat.html#SHORT[SHORT]
    | `INFO`
    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