Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 4,761 for testLang (0.3 sec)

  1. platforms/jvm/plugins-jvm-test-suite/src/main/java/org/gradle/api/plugins/jvm/JvmTestSuite.java

        /**
         * Use the <a href="https://testng.org/doc/">TestNG</a> testing framework.
         * <p>
         *     Gradle will provide the version of TestNG to use. Defaults to version {@code 7.4.0}
         * </p>
         */
        void useTestNG();
    
        /**
         * Use the <a href="https://testng.org/doc/">TestNG</a> testing framework with a specific version.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 7K bytes
    - Viewed (0)
  2. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/testng/TestNGTestClassProcessor.java

    import org.testng.IMethodInstance;
    import org.testng.IMethodInterceptor;
    import org.testng.ISuite;
    import org.testng.ITestContext;
    import org.testng.ITestListener;
    import org.testng.TestNG;
    
    import java.io.File;
    import java.util.ArrayList;
    import java.util.LinkedList;
    import java.util.List;
    
    public class TestNGTestClassProcessor implements TestClassProcessor {
    
        public static final String DEFAULT_CONFIG_FAILURE_POLICY = "skip";
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 21:25:59 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  3. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/testng/TestNGTestClassDetector.java

            .add("Lorg/testng/annotations/Test;")
            .add("Lorg/testng/annotations/BeforeSuite;")
            .add("Lorg/testng/annotations/AfterSuite;")
            .add("Lorg/testng/annotations/BeforeTest;")
            .add("Lorg/testng/annotations/AfterTest;")
            .add("Lorg/testng/annotations/BeforeGroups;")
            .add("Lorg/testng/annotations/AfterGroups;")
            .add("Lorg/testng/annotations/Factory;")
            .build();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  4. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/testng/TestNGTestResultProcessorAdapter.java

    import org.gradle.api.internal.tasks.testing.TestStartEvent;
    import org.gradle.api.tasks.testing.TestFailure;
    import org.gradle.api.tasks.testing.TestResult;
    import org.gradle.internal.id.IdGenerator;
    import org.gradle.internal.time.Clock;
    import org.testng.IMethodInstance;
    import org.testng.ISuite;
    import org.testng.ISuiteListener;
    import org.testng.ITestClass;
    import org.testng.ITestContext;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  5. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testng/TestNGClassIntegrationTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.testing.testng
    
    import org.gradle.api.internal.tasks.testing.DefaultTestClassDescriptor
    import org.gradle.api.internal.tasks.testing.DefaultTestMethodDescriptor
    import org.gradle.api.internal.tasks.testing.DefaultTestSuiteDescriptor
    import org.gradle.api.tasks.testing.TestDescriptor
    import org.gradle.integtests.fixtures.MultiVersionIntegrationSpec
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  6. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testng/TestNGUpToDateCheckIntegrationTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.testing.testng
    
    import org.gradle.integtests.fixtures.AbstractIntegrationSpec
    import org.gradle.testing.fixture.TestNGCoverage
    import spock.lang.Issue
    
    class TestNGUpToDateCheckIntegrationTest extends AbstractIntegrationSpec {
    
        def setup() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 18 12:30:10 UTC 2024
    - 6K bytes
    - Viewed (0)
  7. platforms/jvm/plugins-jvm-test-suite/src/main/java/org/gradle/api/testing/toolchains/internal/TestNGTestToolchain.java

     */
    
    package org.gradle.api.testing.toolchains.internal;
    
    import com.google.common.collect.ImmutableSet;
    import org.gradle.api.artifacts.Dependency;
    import org.gradle.api.artifacts.dsl.DependencyFactory;
    import org.gradle.api.internal.tasks.testing.TestFramework;
    import org.gradle.api.internal.tasks.testing.filter.DefaultTestFilter;
    import org.gradle.api.internal.tasks.testing.testng.TestNGTestFramework;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 15 10:55:40 UTC 2023
    - 2K bytes
    - Viewed (0)
  8. platforms/jvm/plugins-jvm-test-suite/src/integTest/groovy/org/gradle/testing/testsuites/TestSuitesTestFrameworkIntegrationTest.groovy

                }
            '''
    
            file('src/integTest/java/it/IntegrationTest.java') << '''
                package it;
    
                import org.testng.annotations.BeforeTest;
                import org.testng.annotations.Test;
    
                import static org.testng.Assert.assertEquals;
    
                public class IntegrationTest {
    
                    protected int value = 0;
    
                    @BeforeTest
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 18:44:49 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/dsl/org.gradle.testing.base.TestSuiteTarget.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    stNG.html[TestNG API] that is used by Gradle's TestNG integration executes tests in unpredictable order by default.footnote:[The TestNG documentation contains more details about test ordering when working with `testng.xml` files: http://testng.org/doc/documentation-main.html#testng-xml[].] The ability to preserve test execution order was introduced with TestNG version 5.14.5. Setting the `preserveOrder` property to `true` for an older TestNG version will cause the build to fail.
    
    .Preserving...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
Back to top