- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testFromByteArray_withEmptyArrayInputThrowsIllegalArgumentException (0.56 sec)
-
guava-tests/test/com/google/common/math/StatsTest.java
} public void testFromByteArray_withNullInputThrowsNullPointerException() { assertThrows(NullPointerException.class, () -> Stats.fromByteArray(null)); } public void testFromByteArray_withEmptyArrayInputThrowsIllegalArgumentException() { assertThrows(IllegalArgumentException.class, () -> Stats.fromByteArray(new byte[0])); } public void testFromByteArray_withTooLongArrayInputThrowsIllegalArgumentException() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 23 16:45:30 UTC 2024 - 33.3K bytes - Viewed (0)