public class CompletableFuturesTest extends Object
Modifier and Type | Field and Description |
---|---|
org.junit.rules.ExpectedException |
exception |
Constructor and Description |
---|
CompletableFuturesTest() |
public void setUp()
public void successfulAsList_exceptionalAndNull() throws Exception
Exception
public void getException_completedExceptionally() throws Exception
Exception
public void getException_completedNormally() throws Exception
Exception
public void getException_returnsNullIfImplementationDoesNotThrow() throws Exception
Exception
public void exceptionallyCompletedFuture_completed() throws Exception
Exception
public void exceptionallyCompletedFuture_throws() throws Exception
Exception
public void exceptionallyCompletedFuture_null() throws Exception
Exception
public void exceptionallyCompose_complete() throws Exception
Exception
public void exceptionallyCompose_exceptional() throws Exception
Exception
public void exceptionallyCompose_unused() throws Exception
Exception
public void exceptionallyCompose_throws() throws Exception
Exception
public void exceptionallyCompose_returnsNull() throws Exception
Exception
public void handleCompose_returnsNull() throws Exception
Exception
public void combineFutures2_completed() throws Exception
Exception
public void combineFutures2_incomplete() throws Exception
Exception
public void combineFutures2_exceptional() throws Exception
Exception
public void combineFutures3_completed() throws Exception
Exception
public void combineFutures3_incomplete() throws Exception
Exception
public void combineFutures3_exceptional() throws Exception
Exception
public void combineFutures4_completed() throws Exception
Exception
public void combineFutures4_incomplete() throws Exception
Exception
public void combineFutures4_exceptional() throws Exception
Exception
public void combineFutures5_completed() throws Exception
Exception
public void combineFutures5_incomplete() throws Exception
Exception
public void combineFutures5_exceptional() throws Exception
Exception
public void combineFutures6_completed() throws Exception
Exception
public void combineFutures6_incomplete() throws Exception
Exception
public void combineFutures6_exceptional() throws Exception
Exception
public void ctor_preventInstantiation() throws Exception
Exception
public void poll_resultFutureCanceled() throws Exception
Exception
Copyright © 2018 Spotify AB. All rights reserved.