Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testEquivalentStreams (0.08 sec)

  1. guava-tests/test/com/google/common/math/StatsTest.java

                .put(buffer, 0, Stats.BYTES - 1)
                .array();
        assertThrows(IllegalArgumentException.class, () -> Stats.fromByteArray(tooShortByteArray));
      }
    
      public void testEquivalentStreams() {
        // For datasets of many double values created from an array, we test many combinations of finite
        // and non-finite values:
        for (ManyValues values : ALL_MANY_VALUES) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 23 16:45:30 UTC 2024
    - 33.3K bytes
    - Viewed (0)
Back to top