Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/hash/
DFunnelsTest.java46 assertNullsThrowException(Funnels.byteArrayFunnel()); in testForBytes_null()
56 assertNullsThrowException(Funnels.unencodedCharsFunnel()); in testForStrings_null()
69 assertNullsThrowException(Funnels.stringFunnel(charset)); in testForStringsCharset_null()
81 assertNullsThrowException(Funnels.integerFunnel()); in testForInts_null()
92 assertNullsThrowException(Funnels.longFunnel()); in testForLongs_null()
108 private static void assertNullsThrowException(Funnel<?> funnel) { in assertNullsThrowException() method in FunnelsTest
/external/guava/guava-tests/test/com/google/common/hash/
DFunnelsTest.java46 assertNullsThrowException(Funnels.byteArrayFunnel()); in testForBytes_null()
56 assertNullsThrowException(Funnels.unencodedCharsFunnel()); in testForStrings_null()
69 assertNullsThrowException(Funnels.stringFunnel(charset)); in testForStringsCharset_null()
81 assertNullsThrowException(Funnels.integerFunnel()); in testForInts_null()
92 assertNullsThrowException(Funnels.longFunnel()); in testForLongs_null()
108 private static void assertNullsThrowException(Funnel<?> funnel) { in assertNullsThrowException() method in FunnelsTest