Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestsOnInner (0.09 sec)

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

                    }
                """.stripIndent()
            }
            file('src/test/java/org/gradle/TestsOnInner.java') << """
                package org.gradle;
    
                ${testFrameworkImports}
                import junit.framework.TestCase;
    
                public class TestsOnInner {
                    @Test public void ok() { }
    
                    public static class SomeInner {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 4.3K bytes
    - Viewed (0)
Back to top