Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNG18566 (0.16 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testng/TestNGTestFrameworkIntegrationTest.groovy

            """
    
            when:
            fails'test'
    
            then:
            testResult.assertTestClassesExecuted("TestNG18566")
            testResult.testClass('TestNG18566')
                .assertTestCount(1, 1, 0)
                .testFailed("testTimeout",  containsNormalizedString("Method TestNG18566.testTimeout() didn't finish within the time-out 10"))
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 5K bytes
    - Viewed (0)
Back to top