Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 806 for TestTd (0.12 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/SwiftLibTest.groovy

        SwiftLibTest(SwiftSourceElement tested, GreeterElement greeter, SumElement sum, MultiplyElement multiply) {
            super(tested.projectName)
            sumTest = new SwiftSumTest(sum).withImport(tested.moduleName)
            greeterTest = new SwiftGreeterTest(greeter).withImport(tested.moduleName)
            multiplyTest = new SwiftMultiplyTest(multiply).withTestableImport(tested.moduleName)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/http/allow-full-rule-in.yaml

              notValues: ["not-iss", "not-iss-prefix-*", "*-not-suffix-iss", "*"]
            - key: "request.auth.claims[nested1][nested2]"
              values: ["nested", "nested-prefix-*", "*-suffix-nested", "*"]
              notValues: ["not-nested", "not-nested-prefix-*", "*-not-suffix-nested", "*"]
            - key: "destination.ip"
              values: ["10.10.10.10", "192.168.10.0/24"]
              notValues: ["90.10.10.10", "90.168.10.0/24"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/junit/TestClassExecutionEventGenerator.java

        }
    
        @Override
        public void completed(Object testId, TestCompleteEvent event) {
            currentTests.remove(testId);
            resultProcessor.completed(testId, event);
        }
    
        @Override
        public void output(Object testId, TestOutputEvent event) {
            resultProcessor.output(testId, event);
        }
    
        @Override
        public void failure(Object testId, TestFailure result) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 06:58:24 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_patterns.txt

    ! stdout example.com/m/useC
    
    -- m/go.mod --
    module example.com/m
    
    require example.com/unused v0.0.0 // indirect
    replace example.com/unused => ../unused
    
    require example.com/m/nested v0.0.0 // indirect
    replace example.com/m/nested => ../nested
    
    -- m/useC/useC.go --
    package useC
    import _ "C" // "C" is a pseudo-package, not an actual one
    -- m/useunicode/useunicode.go --
    package useunicode
    import _ "unicode"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 03:25:01 UTC 2019
    - 2.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/plugins/readOnlyNestedProperty/groovy/buildSrc/src/main/java/Download.java

    import org.gradle.api.DefaultTask;
    import org.gradle.api.tasks.Nested;
    import org.gradle.api.tasks.TaskAction;
    
    // tag::download[]
    public abstract class Download extends DefaultTask {
        @Nested
        public abstract Resource getResource(); // Use an abstract getter method annotated with @Nested
    
        @TaskAction
        void run() {
            // Use the `resource` property
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 522 bytes
    - Viewed (0)
  6. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/references/FirIdeNormalAnalysisScriptSourceModuleReferenceShortenerTestGenerated.java

    import org.jetbrains.kotlin.analysis.api.impl.base.test.cases.references.AbstractReferenceShortenerTest;
    import org.jetbrains.kotlin.test.TestMetadata;
    import org.junit.jupiter.api.Nested;
    import org.junit.jupiter.api.Test;
    
    import java.io.File;
    import java.util.regex.Pattern;
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Feb 16 12:48:24 UTC 2024
    - 6K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/mod/example.net_ambiguous_v0.2.0.txt

    Test module containing a package that is also provided by a nested module tagged
    with the same version.
    
    -- .mod --
    module example.net/ambiguous
    
    go 1.16
    -- .info --
    {"Version": "v0.2.0"}
    -- go.mod --
    module example.net/ambiguous
    
    go 1.16
    -- nested/pkg/README.txt --
    // Package pkg no longer exists in this module at v0.2.0.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 30 18:07:21 UTC 2020
    - 402 bytes
    - Viewed (0)
  8. .github/labels.json

          "colour": "#43952A",
          "description": "has pull request"
        },
        "not_tested": {
          "name": "type:not tested",
          "colour": "#CF2E1F",
          "description": "not tested"
        },
        "tested": {
          "name": "type:tested",
          "colour": "#00ff00",
          "description": "tested"
        },
        "breaking_change": {
          "name": "type:breaking change",
          "colour": "#CF2E1F",
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Oct 19 03:49:03 UTC 2020
    - 3.8K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsToolingApiParallelModelQueryIntegrationTest.groovy

            withIsolatedProjects()
            def models = runBuildAction(new FetchCustomModelForSameProjectInParallel())
    
            then:
            // Ensure nested requests are all executed and not cached individually
            outputContains("Executing nested-1")
            outputContains("Executing nested-2")
    
            and:
            models.size == 2
            models[0].message == "It works from project :"
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  10. tests/integration/security/testdata/requestauthn/authn-only.yaml.tmpl

        outputPayloadToHeader: "x-test-payload"
        outputClaimToHeaders:
        - header: "x-jwt-iss"
          claim: "iss"
        - header: "x-jwt-iat"
          claim: "iat"
        - header: "x-jwt-nested-claim"
          claim: "nested.nested-2.key2"
      - issuer: "******@****.***"
        jwksUri: "https://raw.githubusercontent.com/istio/istio/master/tests/common/jwt/jwks.json"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 725 bytes
    - Viewed (0)
Back to top