Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertTestOutcomes (0.34 sec)

  1. testing/internal-testing/src/main/groovy/org/gradle/integtests/fixtures/TestClassExecutionResult.java

        int getTestCount();
    
        /**
         * Asserts that the given tests have the given outcome for the given test class.
         */
        default TestClassExecutionResult assertTestOutcomes(TestOutcome status, String... testNames) {
            if (status == TestOutcome.SKIPPED) {
                return assertTestsSkipped(testNames);
            }
            for (String testName : testNames) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top