public class CheckedBiConsumerTest extends Object
Modifier and Type | Class and Description |
---|---|
class |
CheckedBiConsumerTest.NastyBiConsumer |
class |
CheckedBiConsumerTest.NiceBiConsumer |
Constructor and Description |
---|
CheckedBiConsumerTest() |
Modifier and Type | Method and Description |
---|---|
void |
andThenEagerlyThrowsNullPointerWhenAfterIsNull() |
void |
andThenInvokesSequentially() |
void |
andThenShortcircuitsOnFirstCheckedExceptionRaised() |
@Test public void andThenInvokesSequentially() throws Throwable
Throwable
@Test public void andThenShortcircuitsOnFirstCheckedExceptionRaised() throws Throwable
Throwable
@Test public void andThenEagerlyThrowsNullPointerWhenAfterIsNull()
Copyright © 2016–2018 earcam. All rights reserved.