Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for assertTestsExecuted (0.12 sec)

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

            then:
            def result = new DefaultTestExecutionResult(testDirectory)
            result.assertTestClassesExecuted('org.gradle.groups.SomeTest')
            result.testClass('org.gradle.groups.SomeTest').assertTestsExecuted("databaseTest")
        }
    
        def "does not emit deprecation warning about no tests executed when groups are specified"() {
            buildFile << """
                test {
                    useTestNG {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:33 UTC 2024
    - 15.3K bytes
    - Viewed (0)
Back to top