Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for someTest (0.1 sec)

  1. pilot/pkg/model/service_test.go

    					testCase.other,
    					testCase.shouldEq,
    				)
    			}
    		})
    	}
    }
    
    func BenchmarkBuildSubsetKey(b *testing.B) {
    	for n := 0; n < b.N; n++ {
    		_ = BuildSubsetKey(TrafficDirectionInbound, "v1", "someHost", 80)
    	}
    }
    
    func BenchmarkServiceDeepCopy(b *testing.B) {
    	svc1 := buildHTTPService("test.com", visibility.Public, "10.10.0.1", "default", 80, 8080, 9090, 9999)
    	svc1.ServiceAccounts = []string{"sa1"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. android/guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java

     *   ...
     * }
     * </pre>
     *
     * <p>No cascading checks are performed against the return values of methods unless the method is a
     * static factory method. Neither are semantics of mutation methods such as {@code
     * someList.add(obj)} checked. For more detailed discussion of supported and unsupported cases, see
     * {@link #testEquals}, {@link #testNulls} and {@link #testSerializable}.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  3. guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java

     *   ...
     * }
     * </pre>
     *
     * <p>No cascading checks are performed against the return values of methods unless the method is a
     * static factory method. Neither are semantics of mutation methods such as {@code
     * someList.add(obj)} checked. For more detailed discussion of supported and unsupported cases, see
     * {@link #testEquals}, {@link #testNulls} and {@link #testSerializable}.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    |Properties specific to your Gradle project
    |`TestFilter::isFailOnNoMatchingTests=false`
    
    |<<#sec:gradle_system_properties,System properties>>
    |Properties that are passed to the Gradle runtime (JVM)
    |`systemProp.http.proxyHost=somehost.org`
    
    |<<#sec:gradle_configuration_properties,Gradle properties>>
    |Properties that configure Gradle settings and the Java process that executes your build
    |`org.gradle.logging.level=quiet`
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/reference/gradle_wrapper.adoc

    To specify the HTTP Basic Authentication credentials in `distributionUrl`, add the following line:
    
    [listing]
    ----
    distributionUrl=https://username:password@somehost/path/to/gradle-distribution.zip
    ----
    
    This can be used in conjunction with a proxy, authenticated or not.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 16:15:50 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top