Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SampleTestB (0.16 sec)

  1. platforms/jvm/plugins-java/src/integTest/groovy/org/gradle/api/plugins/JavaPluginIntegrationTest.groovy

                    }
                }
                """.stripIndent()
    
            subBDir.file("src/test/java/com/exampleB/SampleTestB.java") << """
                package com.exampleB;
    
                import org.junit.Test;
                import static org.junit.Assert.assertEquals;
    
                public class SampleTestB {
                    @Test
                    public void checkHello() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 11:39:00 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top