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