public class CheckedPredicateTest extends Object
Constructor and Description |
---|
CheckedPredicateTest() |
Modifier and Type | Method and Description |
---|---|
void |
and() |
void |
andEagerlyThrowsNullPointerWhenOtherIsNull() |
void |
andFirstFails() |
void |
andLastFails() |
void |
intersectionPredicateIsSerializable() |
void |
negatePredicateIsSerializable() |
void |
orBothFail() |
void |
orEagerlyThrowsNullPointerWhenOtherIsNull() |
void |
orFirstSucceeds() |
void |
orLastSucceeds() |
void |
theNegatedPredicateFromDelmonteSaysNoooooooo() |
void |
theNegatedPredicateFromDelmonteSaysYes() |
void |
unionPredicateIsSerializable() |
@Test public void theNegatedPredicateFromDelmonteSaysYes() throws Throwable
Throwable
@Test public void theNegatedPredicateFromDelmonteSaysNoooooooo() throws Throwable
Throwable
@Test public void negatePredicateIsSerializable() throws Throwable
Throwable
@Test public void unionPredicateIsSerializable() throws Throwable
Throwable
@Test public void intersectionPredicateIsSerializable() throws Throwable
Throwable
@Test public void orEagerlyThrowsNullPointerWhenOtherIsNull()
@Test public void andEagerlyThrowsNullPointerWhenOtherIsNull()
Copyright © 2016–2018 earcam. All rights reserved.