Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SomeSuite (0.12 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/junit4/AbstractJUnit4SuitesIntegrationTest.groovy

            given:
            file('src/test/java/org/gradle/SomeSuite.java') << """
                package org.gradle;
    
                import junit.extensions.TestSetup;
                import junit.framework.Test;
                import junit.framework.TestCase;
                import junit.framework.TestSuite;
    
                public class SomeSuite extends TestCase {
    
                    public static Test suite() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top