Searched refs:assertNullsThrowException (Results 1 – 1 of 1) sorted by relevance
50 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