Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MixedMethodsTest (0.13 sec)

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

            executer.noExtraLogging()
        }
    
        def "always produces the new xml reports"() {
            given:
            file("src/test/java/org/MixedMethodsTest.java") << """package org;
    import org.testng.*;
    import org.testng.annotations.*;
    import static org.testng.Assert.*;
    
    public class MixedMethodsTest {
        @Test public void passing() {
        }
        @Test public void failing() {
            fail("failing!");
        }
    }
    """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top