Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isComposite (0.05 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/ErrorReportingTestListener.java

            TestDescriptor suite = testDescriptor.getParent();
    
            // Check if this is output from the test suite itself (e.g. afterTest or beforeTest)
            if (testDescriptor.isComposite()) {
                suite = testDescriptor;
            }
    
            // Hold on to any repro messages so we can report them immediately on test case failure
            if (outputEvent.getMessage().startsWith(REPRODUCE_WITH_PREFIX)) {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 10.7K bytes
    - Click Count (0)
Back to Top