Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for someTest (0.25 sec)

  1. 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)
  2. 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)
  3. 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)
  4. subprojects/core-api/src/main/java/org/gradle/api/artifacts/dsl/DependencyHandler.java

     *     artifact {
     *       //useful when some artifact properties unconventional
     *       name = 'someArtifact' //artifact name different than module name
     *       extension = 'someExt'
     *       type = 'someType'
     *       classifier = 'someClassifier'
     *     }
     *   }
     * }
     * </pre>
     *
     * <h2>Dependency notations</h2>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 19:16:36 UTC 2024
    - 26.8K bytes
    - Viewed (0)
Back to top