Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCanPassTestCaseWithAssertion (0.29 sec)

  1. platforms/native/testing-native/src/main/java/org/gradle/nativeplatform/test/xctest/internal/execution/XCTestScraper.java

                        }
                    } else if (token.equals("Test Case")) {
                        // (macOS) Looks like: Test Case '-[AppTest.PassingTestSuite testCanPassTestCaseWithAssertion]' started.
                        // (Linux) Looks like: Test Case 'PassingTestSuite.testCanPassTestCaseWithAssertion' started.
                        String testSuiteAndCase = scanner.next();
                        String[] splits = testSuiteAndCase.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 9.7K bytes
    - Viewed (0)
Back to top