Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for orShould (0.17 sec)

  1. testing/architecture-test/src/test/java/org/gradle/architecture/test/GuavaCollectionFactoryUsageTest.java

                .orShould()
                .callMethod(com.google.common.collect.Maps.class, "newHashMap")
                .orShould()
                .callMethod(com.google.common.collect.Maps.class, "newLinkedHashMap")
                .orShould()
                .callMethod(com.google.common.collect.Maps.class, "newIdentityHashMap")
                .orShould()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  2. testing/architecture-test/src/test/java/org/gradle/architecture/test/ConfigurationCreationTest.java

                        .orShould().callMethod("org.gradle.api.artifacts.ConfigurationContainer", "maybeCreate", String.class.getName())
                        .orShould().callMethod("org.gradle.api.artifacts.ConfigurationContainer", "create", String.class.getName(), Closure.class.getName())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top