Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createsAResultForATestWithFailure (0.4 sec)

  1. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/results/StateTrackingTestResultProcessorTest.groovy

                    { it.successfulTestCount == 1 && it.testCount == 1 && it.failedTestCount == 0 },
                    completeEvent
            )
            0 * _
        }
    
        void createsAResultForATestWithFailure() {
            given:
            def failure = TestFailure.fromTestFrameworkFailure(new RuntimeException())
            def test = new DefaultTestDescriptor("15", "Foo", "bar");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 14.6K bytes
    - Viewed (0)
Back to top