Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 165 for xtest (0.03 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheJavaIntegrationTest.groovy

            def classFile = file("build/classes/java/main/Thing.class")
            classFile.isFile()
            def testClassFile = file("build/classes/java/test/ThingTest.class")
            testClassFile.isFile()
            def testResults = file("build/test-results/test")
            testResults.isDirectory()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  2. maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java

        }
    
        @Test
        void testReadModifiedPoms(@TempDir Path tempDir) throws Exception {
            // TODO a similar test should be created to test the dependency management (basically all usages
            // of DefaultModelBuilder.getCache() are affected by MNG-6530
    
            FileUtils.copyDirectoryStructure(new File("src/test/resources/projects/grandchild-check"), tempDir.toFile());
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:06:12 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  3. cmd/erasure-healing-common_test.go

    			if !modTime.Equal(test.expectedTime) {
    				t.Fatalf("Expected modTime to be equal to %v but was found to be %v",
    					test.expectedTime, modTime)
    			}
    			availableDisks, _, _ := disksWithAllParts(ctx, onlineDisks, partsMetadata,
    				test.errs, fi, bucket, object, madmin.HealDeepScan)
    
    			if test._tamperBackend != noTamper {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 23K bytes
    - Viewed (0)
  4. security/pkg/k8s/chiron/utils_test.go

    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/client-go/kubernetes/fake"
    	kt "k8s.io/client-go/testing"
    
    	"istio.io/istio/pkg/kube"
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/test"
    	csrctrl "istio.io/istio/pkg/test/csrctrl/controllers"
    	"istio.io/istio/pkg/test/util/assert"
    	pkiutil "istio.io/istio/security/pkg/pki/util"
    )
    
    const (
    	// exampleCACert copied from samples/certs/ca-cert.pem
    	exampleCACert = `-----BEGIN CERTIFICATE-----
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 03:58:11 UTC 2024
    - 13K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/RepositoriesDeclaredInSettingsIntegrationTest.groovy

    import org.gradle.integtests.fixtures.RequiredFeature
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    import org.gradle.test.fixtures.plugin.PluginBuilder
    import org.gradle.test.fixtures.server.http.MavenHttpPluginRepository
    import org.gradle.test.precondition.Requires
    import org.gradle.test.preconditions.UnitTestPreconditions
    import org.gradle.util.internal.ToBeImplemented
    import spock.lang.Issue
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:56:27 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  6. maven-api-impl/src/main/java/org/apache/maven/internal/impl/DefaultDependencyResolverResult.java

         * So the modular test output directory usually needs to be placed in a {@code --path-module} option.
         *
         * <ul>
         *   <li>If the test output directory is modular, then:
         *     <ul>
         *       <li>If a test module name is identical to a main module name,
         *           place the test directory in a {@code --patch-module} option.</li>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/test/kotlin/org/gradle/internal/cc/impl/serialization/codecs/JavaObjectSerializationCodecTest.kt

                    )
                }
            }
        }
    
        @Test
        fun `can handle writeReplace readResolve`() {
            verifyRoundtripOf({ SerializableWriteReplaceBean() }) {
                assertThat(
                    it.value,
                    equalTo<Any>("42")
                )
            }
        }
    
        @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/filter_test.go

    			params:           crdParams,
    			testPerCallLimit: 1,
    		},
    		{
    			name: "test namespaceObject",
    			validations: []ExpressionAccessor{
    				&condition{
    					Expression: "namespaceObject.metadata.name == 'test'",
    				},
    				&condition{
    					Expression: "'env' in namespaceObject.metadata.labels && namespaceObject.metadata.labels.env == 'test'",
    				},
    				&condition{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 40.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/compile_test.go

    			expressions: []string{
    				"namespaceObject.metadata != null",
    				"namespaceObject.metadata.name == 'test'",
    				"namespaceObject.metadata.generateName == 'test'",
    				"namespaceObject.metadata.namespace == 'testns'",
    				"'test' in namespaceObject.metadata.labels",
    				"'test' in namespaceObject.metadata.annotations",
    				"namespaceObject.metadata.UID == '12345'",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/util/runtime/runtime_test.go

    			expectedError: true,
    		},
    	}
    
    	for _, test := range tests {
    		t.Run(test.name, func(t *testing.T) {
    			socket, err := detectCRISocketImpl(func(path string) bool {
    				for _, existing := range test.existingSockets {
    					if path == existing {
    						return true
    					}
    				}
    				return false
    			}, test.existingSockets)
    
    			if (err != nil) != test.expectedError {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 06:33:22 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top