Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for checkSomething (0.13 sec)

  1. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishJavaIntegTest.groovy

                package com.example;
    
                import org.junit.Test;
    
                public class SampleTest {
                    @Test
                    public void checkSomething() {
                        // pass
                    }
                }""".stripIndent()
    
            expect:
            fails('test', 'publish')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  2. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

                package com.example;
    
                import org.junit.Test;
    
                public class SampleTest {
                    @Test
                    public void checkSomething() {
                        // pass
                    }
                }""".stripIndent()
    
            expect:
            fails('test', 'publish')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
Back to top