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