Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for TestGroup (0.28 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/meta/restmapper_test.go

    			APIGroupVersions:     []schema.GroupVersion{{Group: testGroup, Version: "v3"}, {Group: testGroup, Version: "v2"}},
    			AddGroupVersionKind:  []schema.GroupVersionKind{schema.GroupVersion{Group: testGroup, Version: "v2"}.WithKind("InternalObject")},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Nov 01 08:38:57 UTC 2020
    - 28.9K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/BaseCrossBuildResultsStore.java

            try (PreparedStatement statement = connection.prepareStatement("insert into testExecution(testClass, testId, testProject, startTime, endTime, versionUnderTest, operatingSystem, jvm, vcsBranch, vcsCommit, testGroup, resultType, channel, host, teamCityBuildId) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", Statement.RETURN_GENERATED_KEYS)) {
                statement.setString(1, results.getTestClass());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  3. operator/cmd/mesh/manifest-generate_test.go

    		},
    	})
    }
    
    func TestManifestGenerateGateway(t *testing.T) {
    	runTestGroup(t, testGroup{
    		{
    			desc:       "ingressgateway_k8s_settings",
    			diffSelect: "Deployment:*:istio-ingressgateway, Service:*:istio-ingressgateway",
    		},
    	})
    }
    
    func TestManifestGenerateZtunnel(t *testing.T) {
    	runTestGroup(t, testGroup{
    		{
    			desc:       "ztunnel",
    			diffSelect: "DaemonSet:*:ztunnel",
    		},
    	})
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  4. maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorTest.java

        }
    
        @Test
        void testShouldExtractPluginArtifacts() throws Exception {
            PluginDescriptor pd = new PluginDescriptor();
    
            Artifact artifact = createArtifact("testGroup", "testArtifact", "1.0");
    
            pd.setArtifacts(Collections.singletonList(artifact));
    
            ExpressionEvaluator ee = createExpressionEvaluator(createDefaultProject(), pd, new Properties());
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 05 08:11:33 UTC 2023
    - 18.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/rules/rules_test.go

    		operation,
    		operationOptions,
    		false,
    		nil,
    	)
    }
    
    func attrList(a ...admission.Attributes) []admission.Attributes {
    	return a
    }
    
    func TestGroup(t *testing.T) {
    	table := tests{
    		"wildcard": {
    			rule: adreg.RuleWithOperations{
    				Rule: adreg.Rule{
    					APIGroups: []string{"*"},
    				},
    			},
    			match: attrList(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 25 23:28:16 UTC 2022
    - 13.8K bytes
    - Viewed (0)
  6. pkg/slices/slices_test.go

    		t.Run(tt.name, func(t *testing.T) {
    			if got := Map(tt.elements, tt.fn); !reflect.DeepEqual(got, tt.want) {
    				t.Errorf("Map got %v, want %v", got, tt.want)
    			}
    		})
    	}
    }
    
    func TestGroup(t *testing.T) {
    	tests := []struct {
    		name     string
    		elements []string
    		fn       func(string) int
    		want     map[int][]string
    	}{
    		{
    			name:     "empty element",
    			elements: []string{},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top