Samples JDK
List of all members | Public Member Functions
com.freemindcafe.concurrency.sample3.Test Class Reference

Public Member Functions

.junit.Test void runnable_with_result_as_future_task () throws InterruptedException, ExecutionException
 
.junit.Test void callable_as_future_task () throws InterruptedException, ExecutionException
 
void calling_get_on_cancelled_task_throws_cancellation_exception () throws InterruptedException, ExecutionException
 
void calling_get_on_cancelled_task_throws_cancellation_exception_even_if_task_thorows_other_exception () throws InterruptedException, ExecutionException
 
void calling_get_on_cancelled_task_throws_cancellation_exception_even_if_task_does_not_cancel () throws InterruptedException, ExecutionException
 
void calling_get_on_cancelled_task_throws_cancellation_exception_even_if_cancel_was_non_interruptible () throws InterruptedException, ExecutionException
 
void if_task_throws_any_exceptions_then_calling_get_throws_execution_exception () throws InterruptedException, ExecutionException
 
.junit.Test void if_task_throws_any_exceptions_then_calling_get_throws_execution_exception_ ()
 

The documentation for this class was generated from the following file: