34353637383940
private NotFn<Integer> notFn; @Before public void setUp() { base = mock(FilterFn.class); notFn = new NotFn(base); }