public class CheckedConsumerTest extends Object
Constructor and Description |
---|
CheckedConsumerTest() |
Modifier and Type | Method and Description |
---|---|
void |
andThenInvokesAcceptInOrderWhenLastConsumerThrows() |
void |
andThenInvokesAcceptOnBothCheckedConsumer() |
void |
andThenRequiresNonNullCheckedConsumer() |
void |
andThenReturnsAnUncheckedConsumer() |
void |
andThenThrowsFirstExceptionWithoutInvokingSubsequentConsumersAccept() |
@Test public void andThenReturnsAnUncheckedConsumer() throws Throwable
Throwable
@Test public void andThenRequiresNonNullCheckedConsumer()
@Test public void andThenInvokesAcceptOnBothCheckedConsumer() throws Throwable
Throwable
@Test public void andThenInvokesAcceptInOrderWhenLastConsumerThrows() throws Throwable
Throwable
Copyright © 2016–2018 earcam. All rights reserved.