Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for testVarint (0.14 sec)

  1. platforms/ide/tooling-api/src/testFixtures/groovy/org/gradle/integtests/tooling/fixture/CrossVersionTestEngine.java

            List<TestVariant> variants = new ArrayList<TestVariant>();
            variants.add(TestVariant.tapiCurrent(rootId, discoveryRequest));
            variants.add(TestVariant.selected(rootId, discoveryRequest));
            variants.add(TestVariant.tapiTargetLoaded(rootId, discoveryRequest));
    
            return variants;
        }
    
        private TestDescriptor discoverTests(UniqueId uniqueId, List<TestVariant> variants) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/RepositoryInteractionDependencyResolveIntegrationTest.groovy

                )
            """
        }
    
        private static boolean leaksRuntime(testVariant, repoType, prevRepoType = null) {
            if (testVariant == 'runtime' || testVariant == 'default') {
                // the runtime variant is supposed to include everything
                return true
            }
            if (testVariant == 'api' && repoType == 'ivy') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyPermissionsIntegrationTest.groovy

            given:
            TestFile parent = getTestDirectory().createDir("testparent")
            TestFile child = parent.createDir("testchild")
            child.file("reference.txt") << "test file"
    
            child.mode = mode
            and:
            buildFile << """
                task copy(type: Copy) {
                    from "testparent"
                    into ("build/tmp")
                }
                """
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 20K bytes
    - Viewed (0)
  4. istioctl/pkg/authz/analyzer_test.go

    	}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    			if _, wanted2 := NewAnalyzer(tt.input); wanted2 != nil {
    				t.Errorf("Wanted %v, got %v", tt.wantErr, wanted2)
    			}
    		})
    	}
    }
    
    func TestPrint(t *testing.T) {
    	a := &Analyzer{
    		listenerDump: &envoy_admin.ListenersConfigDump{
    			DynamicListeners: []*envoy_admin.ListenersConfigDump_DynamicListener{
    				{
    					Name: "10.102.11.148_15021",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  5. maven-model-builder/src/test/java/org/apache/maven/model/building/BuildModelSourceTransformerTest.java

                    .modelVersion("4.0.0")
                    .build());
            Model actual = transform(initial);
            assertTrue(equalsDeep(expected, actual));
        }
    
        @Test
        void testParent() {
            Path root = Paths.get(".").toAbsolutePath().normalize();
            pomFile = root.resolve("child/pom.xml");
            Model parent = new Model(org.apache.maven.api.model.Model.newBuilder()
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Nov 07 08:20:52 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  6. platforms/native/language-native/src/test/groovy/org/gradle/language/plugins/NativeBasePluginTest.groovy

            publishableVariant2.getCoordinates() >> new DefaultModuleVersionIdentifier("my.group", "test_app_release", "1.2")
    
            def doNotPublish = Stub(SoftwareComponentInternal)
    
            def mainVariant = Stub(TestVariant)
            mainVariant.name >> "main"
            mainVariant.variants >> [publishableVariant1, publishableVariant2, doNotPublish]
    
            def component = Stub(PublicationAwareComponent)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 20.9K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheIvyPublishIntegrationTest.groovy

                    Set artifacts = []
                    Set capabilities = []
                    Set globalExcludes = []
                    AttributeContainer attributes = ImmutableAttributes.EMPTY
                }
    
                class TestVariant implements SoftwareComponentInternal {
                    String name
                    Set usages = []
                }
    
                class TestCapability implements Capability {
                    String group
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  8. pkg/controller/tainteviction/taint_eviction_test.go

    		pod.Annotations = map[string]string{}
    	}
    	if duration < 0 {
    		pod.Spec.Tolerations = []corev1.Toleration{{Key: "testTaint" + fmt.Sprintf("%v", index), Value: "test" + fmt.Sprintf("%v", index), Effect: corev1.TaintEffectNoExecute}}
    
    	} else {
    		pod.Spec.Tolerations = []corev1.Toleration{{Key: "testTaint" + fmt.Sprintf("%v", index), Value: "test" + fmt.Sprintf("%v", index), Effect: corev1.TaintEffectNoExecute, TolerationSeconds: &duration}}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 31.3K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheMavenPublishIntegrationTest.groovy

                    Set artifacts = []
                    Set capabilities = []
                    Set globalExcludes = []
                    AttributeContainer attributes = ImmutableAttributes.EMPTY
                }
    
                class TestVariant implements SoftwareComponentInternal {
                    String name
                    Set usages = []
                }
    
                class TestCapability implements Capability {
                    String group
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/syntax/printer_test.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package syntax
    
    import (
    	"fmt"
    	"io"
    	"os"
    	"strings"
    	"testing"
    )
    
    func TestPrint(t *testing.T) {
    	if testing.Short() {
    		t.Skip("skipping test in short mode")
    	}
    
    	ast, _ := ParseFile(*src_, func(err error) { t.Error(err) }, nil, 0)
    
    	if ast != nil {
    		Fprint(testOut(), ast, LineForm)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 17:08:18 UTC 2023
    - 7.6K bytes
    - Viewed (0)
Back to top