Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 101 for 221 (0.02 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/process/internal/WorkerProcessIntegrationTest.groovy

            when:
            execute(worker(new RemoteProcess()), worker(new OtherRemoteProcess()))
    
            then:
            1 * listenerMock.send("message 1", 1)
            1 * listenerMock.send("message 2", 2)
            1 * listenerMock.send("other 1", 1)
            1 * listenerMock.send("other 2", 2)
            0 * listenerMock._
        }
    
        def handlesWorkerProcessThatCrashes() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 20 11:15:22 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  2. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/logging/FullExceptionFormatterTest.groovy

            at org.ClassName3.methodName3(FileName3.java:33)
    
            Caused by:
            java.lang.RuntimeException: oops
                at org.ClassName2.methodName2(FileName2.java:22)
                ... 1 more
    """
        }
    
        def "shows all stack trace elements of cause if overlap doesn't start from bottom of trace"() {
            testLogging.getShowCauses() >> true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/primitives/UnsignedIntsTest.java

        testSortDescending(new int[] {1, 3, 1}, new int[] {3, 1, 1});
        testSortDescending(
            new int[] {GREATEST - 1, 1, GREATEST - 2, 2}, new int[] {GREATEST - 1, GREATEST - 2, 2, 1});
      }
    
      private static void testSortDescending(int[] input, int[] expectedOutput) {
        input = Arrays.copyOf(input, input.length);
        UnsignedInts.sortDescending(input);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 06 16:10:08 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/primitives/UnsignedLongsTest.java

        testSortDescending(new long[] {1, 3, 1}, new long[] {3, 1, 1});
        testSortDescending(
            new long[] {GREATEST - 1, 1, GREATEST - 2, 2},
            new long[] {GREATEST - 1, GREATEST - 2, 2, 1});
      }
    
      private static void testSortDescending(long[] input, long[] expectedOutput) {
        input = Arrays.copyOf(input, input.length);
        UnsignedLongs.sortDescending(input);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:36:17 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/primitives/UnsignedIntsTest.java

        testSortDescending(new int[] {1, 3, 1}, new int[] {3, 1, 1});
        testSortDescending(
            new int[] {GREATEST - 1, 1, GREATEST - 2, 2}, new int[] {GREATEST - 1, GREATEST - 2, 2, 1});
      }
    
      private static void testSortDescending(int[] input, int[] expectedOutput) {
        input = Arrays.copyOf(input, input.length);
        UnsignedInts.sortDescending(input);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 06 16:10:08 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  6. maven-repository-metadata/src/test/java/org/apache/maven/artifact/repository/metadata/MetadataTest.java

            versioning.setSnapshot(snapshot);
            versioning.setLastUpdatedTimestamp(timestamp);
            return sv;
        }
    
        // the format written by Maven 2
        // (https://maven.apache.org/ref/2.2.1/maven-repository-metadata/repository-metadata.html)
        private static void addSnapshotVersionLegacy(Versioning versioning, Date timestamp, int buildNumber) {
            Snapshot snapshot = new Snapshot();
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/primitives/UnsignedLongsTest.java

        testSortDescending(new long[] {1, 3, 1}, new long[] {3, 1, 1});
        testSortDescending(
            new long[] {GREATEST - 1, 1, GREATEST - 2, 2},
            new long[] {GREATEST - 1, GREATEST - 2, 2, 1});
      }
    
      private static void testSortDescending(long[] input, long[] expectedOutput) {
        input = Arrays.copyOf(input, input.length);
        UnsignedLongs.sortDescending(input);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:36:17 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/primitives/UnsignedBytesTest.java

        testSortDescending(new byte[] {1, 3, 1}, new byte[] {3, 1, 1});
        testSortDescending(
            new byte[] {GREATEST - 1, 1, GREATEST - 2, 2},
            new byte[] {GREATEST - 1, GREATEST - 2, 2, 1});
      }
    
      private static void testSortDescending(byte[] input, byte[] expectedOutput) {
        input = Arrays.copyOf(input, input.length);
        UnsignedBytes.sortDescending(input);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/primitives/UnsignedBytesTest.java

        testSortDescending(new byte[] {1, 3, 1}, new byte[] {3, 1, 1});
        testSortDescending(
            new byte[] {GREATEST - 1, 1, GREATEST - 2, 2},
            new byte[] {GREATEST - 1, GREATEST - 2, 2, 1});
      }
    
      private static void testSortDescending(byte[] input, byte[] expectedOutput) {
        input = Arrays.copyOf(input, input.length);
        UnsignedBytes.sortDescending(input);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  10. samples/helloworld/src/requirements.txt

        --hash=sha256:febffa5b1eda6622d44b245b0685aff6fb555ce0ed734e2d7b1c3acd018a2cff \
        --hash=sha256:ff836cd4041e16003549449cc0a5e372f6b6f871eb89007ab0ee18fb2800fded
        # via -r requirements.in
    urllib3==2.2.1 \
        --hash=sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d \
        --hash=sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19
        # via requests
    visitor==0.1.3 \
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 24 19:35:04 UTC 2024
    - 35K bytes
    - Viewed (0)
Back to top