Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getSkippedTestCount (0.5 sec)

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

         */
        long getFailedTestCount();
    
        /**
         * Returns the number of skipped atomic tests executed for this test.
         *
         * @return The number of tests, possibly 0
         */
        long getSkippedTestCount();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 20:33:30 UTC 2024
    - 3.2K bytes
    - Viewed (0)
Back to top