Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/software/testing-base/src/main/java/org/gradle/api/internal/tasks/testing/logging/TestEventLogger.java

        }
    
        private void after(TestDescriptor descriptor, TestResult result) {
            TestLogEvent event = getEvent(result);
    
            if (shouldLogEvent(descriptor, event)) {
                String details = shouldLogExceptions(result) ? exceptionFormatter.format(descriptor, result.getExceptions()) : null;
                logEvent(descriptor, event, details);
            }
        }
    
        private TestLogEvent getEvent(TestResult result) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 4.6K bytes
    - Viewed (0)
Back to top