Home
last modified time | relevance | path

Searched refs:assertNullsThrowException (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/hash/
DFunnelsTest.java50 assertNullsThrowException(Funnels.byteArrayFunnel()); in testForBytes_null()
60 assertNullsThrowException(Funnels.unencodedCharsFunnel()); in testForStrings_null()
73 assertNullsThrowException(Funnels.stringFunnel(charset)); in testForStringsCharset_null()
85 assertNullsThrowException(Funnels.integerFunnel()); in testForInts_null()
96 assertNullsThrowException(Funnels.longFunnel()); in testForLongs_null()
112 private static void assertNullsThrowException(Funnel<?> funnel) { in assertNullsThrowException() method in FunnelsTest