Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for TestResources (0.23 sec)

  1. pkg/kubelet/cm/devicemanager/manager_test.go

    		devs:             checkpoint.DevicesPerNUMA{0: []string{"dev3", "dev4"}},
    		topology:         false,
    	}
    	testResources := make([]TestResource, 2)
    	testResources = append(testResources, res1)
    	testResources = append(testResources, res2)
    	as := require.New(t)
    	podsStub := activePodsStub{
    		activePods: []*v1.Pod{},
    	}
    	tmpDir, err := os.MkdirTemp("", "checkpoint")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  2. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

            assertEquals(1, ((List<?>) pom.getValue("build/testResources")).size());
            assertPathSuffixEquals("res/test", pom.getValue("build/testResources[1]/directory"));
            assertPathSuffixEquals("test", pom.getValue("build/testResources[1]/targetPath"));
            assertEquals(Boolean.TRUE, pom.getValue("build/testResources[1]/filtering"));
            assertEquals(1, ((List<?>) pom.getValue("build/testResources[1]/includes")).size());
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

    import static org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache.Skip.INVESTIGATE
    
    class CopyTaskIntegrationSpec extends AbstractIntegrationSpec {
    
        @Rule
        public final TestResources resources = new TestResources(testDirectoryProvider, "copyTestResources")
    
        private final static DocumentationRegistry DOCUMENTATION_REGISTRY = new DocumentationRegistry()
    
        def "copies everything by default"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  4. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

                    validate20RawResources(problems, build.getResources(), "build.resources.resource.", request);
    
                    validate20RawResources(
                            problems, build.getTestResources(), "build.testResources.testResource.", request);
                }
    
                Reporting reporting = m.getReporting();
                if (reporting != null) {
                    for (ReportPlugin p : reporting.getPlugins()) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 10 11:04:53 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  5. maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java

                    validate20RawResources(problems, build.getResources(), "build.resources.resource.", request);
    
                    validate20RawResources(
                            problems, build.getTestResources(), "build.testResources.testResource.", request);
                }
    
                Reporting reporting = m.getReporting();
                if (reporting != null) {
                    for (ReportPlugin p : reporting.getPlugins()) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat May 18 14:09:22 UTC 2024
    - 76K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    This affects the `org.gradle.plugins.ide.idea.model.IdeaModule` type, not the `org.gradle.tooling.model.idea.IdeaModule` type.
    Use the `testSources` and `testResources` properties instead.
    
    ==== AbstractCompile API Deprecations
    
    The previously deprecated `destinationDir` property of the `AbstractCompile` remains deprecated, and will now emit a deprecation warning upon use.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
Back to top