Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for TestResource (0.27 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. subprojects/core/src/integTest/groovy/org/gradle/normalization/ConfigureRuntimeClasspathNormalizationIntegrationTest.groovy

            final TestFile buildCacheDir
            TestResource ignoredResourceInDirectory
            TestResource notIgnoredResourceInDirectory
            TestResource ignoredResourceInJar
            TestResource ignoredResourceInNestedJar
            TestResource ignoredResourceInNestedInDirJar
            TestResource notIgnoredResourceInJar
            TestResource notIgnoredResourceInNestedJar
            TestResource notIgnoredResourceInNestedInDirJar
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 01 03:07:53 UTC 2023
    - 37.2K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. pkg/kubelet/cm/devicemanager/manager_test.go

    	}
    }
    
    func TestPodContainerDeviceAllocation(t *testing.T) {
    	res1 := TestResource{
    		resourceName:     "domain1.com/resource1",
    		resourceQuantity: *resource.NewQuantity(int64(2), resource.DecimalSI),
    		devs:             checkpoint.DevicesPerNUMA{0: []string{"dev1", "dev2"}},
    		topology:         true,
    	}
    	res2 := TestResource{
    		resourceName:     "domain2.com/resource2",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  10. guava-gwt/pom.xml

          </resource>
        </resources>
        <testResources>
          <testResource>
            <directory>test</directory>
          </testResource>
          <testResource>
            <directory>test-super</directory>
          </testResource>
          <testResource>
            <directory>${project.build.directory}/guava-test-gwt-sources</directory>
          </testResource>
        </testResources>
      </build>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 11 15:00:55 UTC 2024
    - 19.8K bytes
    - Viewed (0)
Back to top