Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PassingTest (0.11 sec)

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

            given:
            file('src/test/java/PoisonTest.java') << """
                import org.testng.annotations.Test;
    
                public class PoisonTest {
                    @Test public void passingTest() { }
    
                    @Test public void testWithUnserializableException() {
                        if (true) {
                            throw new UnserializableException();
                        }
                    }
    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