Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectTestSuiteFails (0.36 sec)

  1. platforms/jvm/testing-jvm/src/test/groovy/org/gradle/api/tasks/testing/TestTaskSpec.groovy

            task.reports.junitXml.outputLocation.set(task.project.file('build/test-results'))
            task.testClassesDirs = task.project.layout.files()
        }
    
        def expectTestSuiteFails() {
            def testId = "test"
            suiteDescriptor.id >> testId
            suiteDescriptor.parent >> null
            suiteDescriptor.composite >> true
            def startEvent = Stub(TestStartEvent) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 10.1K bytes
    - Viewed (0)
Back to top