Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNG7878 (0.08 sec)

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

        def "can concurrently execute the same test class multiple times"() {
            given:
            file('src/test/java/TestNG7878.java') << """
                import org.testng.annotations.Factory;
                import org.testng.annotations.Test;
                import org.testng.Assert;
    
                public class TestNG7878 {
                    @Factory
                    public static Object[] createTests() {
                        return new Object[]{
    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