Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for TestResource (0.33 sec)

  1. platforms/documentation/docs/src/snippets/groovy/quickstart/groovy/src/test/resources/testResource.txt

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/groovy/quickstart/kotlin/src/test/resources/testResource.txt

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - Viewed (0)
  3. maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.1.0.xml

          </resource>
        </resources>
        <testResources>
          <testResource>
            <directory>${project.basedir}/src/test/resources</directory>
          </testResource>
          <testResource>
            <directory>${project.basedir}/src/test/resources-filtered</directory>
            <filtering>true</filtering>
          </testResource>
        </testResources>
      </build>
    
      <reporting>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Sep 26 05:17:52 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  4. maven-api-impl/src/main/resources/org/apache/maven/model/pom-4.0.0.xml

          </resource>
        </resources>
        <testResources>
          <testResource>
            <directory>${project.basedir}/src/test/resources</directory>
          </testResource>
          <testResource>
            <directory>${project.basedir}/src/test/resources-filtered</directory>
            <filtering>true</filtering>
          </testResource>
        </testResources>
      </build>
    
      <reporting>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  5. maven-api-impl/src/main/resources/org/apache/maven/model/pom-4.1.0.xml

          </resource>
        </resources>
        <testResources>
          <testResource>
            <directory>${project.basedir}/src/test/resources</directory>
          </testResource>
          <testResource>
            <directory>${project.basedir}/src/test/resources-filtered</directory>
            <filtering>true</filtering>
          </testResource>
        </testResources>
      </build>
    
      <reporting>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/groovy/quickstart/kotlin/src/test/groovy/org/gradle/PersonTest.groovy

        @Test public void usingCorrectVersionOfGroovy() {
            assertEquals('2.4.15', GroovySystem.version)
        }
    
        @Test public void testResourcesAreAvailable() {
            assertNotNull(getClass().getResource('/testResource.txt'))
            assertNotNull(getClass().getResource('/testScript.groovy'))
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 727 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/groovy/quickstart/groovy/src/test/groovy/org/gradle/PersonTest.groovy

        @Test public void usingCorrectVersionOfGroovy() {
            assertEquals('2.4.15', GroovySystem.version)
        }
    
        @Test public void testResourcesAreAvailable() {
            assertNotNull(getClass().getResource('/testResource.txt'))
            assertNotNull(getClass().getResource('/testScript.groovy'))
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 727 bytes
    - Viewed (0)
Back to top