Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            if (testCountLogger.hadFailures()) {
                handleTestFailures();
            } else if (testCountLogger.getTotalTests() == 0) {
                if (testsAreNotFiltered()) {
                    emitDeprecationMessage();
                } else if (shouldFailOnNoMatchingTests()) {
                    throw new TestExecutionException(createNoMatchingTestErrorMessage());
                }
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 18:49:01 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top