Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for capturesTestOutput (0.23 sec)

  1. platforms/software/testing-base/src/testFixtures/groovy/org/gradle/testing/AbstractTestFrameworkIntegrationTest.groovy

        }
    
        @ToBeFixedForConfigurationCache(bottomSpecs = "XCTestTestFrameworkIntegrationTest")
        def "test results capture test output"() {
            Assume.assumeTrue(capturesTestOutput())
            given:
            createPassingFailingTest()
    
            buildFile << """
                tasks.withType(AbstractTestTask) {
                    ignoreFailures = true
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  2. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/xctest/XCTestTestFrameworkIntegrationTest.groovy

            })
    
            settingsFile << "rootProject.name = 'app'"
            buildFile << """
                apply plugin: 'xctest'
            """
        }
    
        @Override
        protected boolean capturesTestOutput() {
            // The driver application for XCTest behave very differently on macOS and Linux.
            // It was hard to get the desired outcome on macOS and impossible for Linux. It
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top