Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testFooServer (0.25 sec)

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

                }
            """
            file("src/test/java/FooServerTest.java") << """
                ${testFrameworkImports}
                public class FooServerTest {
                    @Test
                    public void testFooServer() { }
                }
            """
            file("src/test/java/BarTest.java") << """
                ${testFrameworkImports}
                public class BarTest {
                    @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 5.7K bytes
    - Viewed (0)
Back to top