Class CancellationTest
- java.lang.Object
-
- io.servicetalk.http.router.jersey.CancellationTest
-
public class CancellationTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ExecutorRuleexecRuleorg.mockito.junit.MockitoRuleruleServiceTalkTestTimeouttimeout
-
Constructor Summary
Constructors Constructor Description CancellationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancelOffload()voidcancelOioStreams()voidcancelRsStreams()voidcancelSingle()voidcancelSse()voidcancelSuspended()voidsetup()
-
-
-
Field Detail
-
execRule
public final ExecutorRule execRule
-
rule
public final org.mockito.junit.MockitoRule rule
-
timeout
public final ServiceTalkTestTimeout timeout
-
-
Method Detail
-
setup
public void setup()
-
cancelSuspended
public void cancelSuspended() throws java.lang.Exception- Throws:
java.lang.Exception
-
cancelSingle
public void cancelSingle() throws java.lang.Exception- Throws:
java.lang.Exception
-
cancelOffload
public void cancelOffload() throws java.lang.Exception- Throws:
java.lang.Exception
-
cancelOioStreams
public void cancelOioStreams() throws java.lang.Exception- Throws:
java.lang.Exception
-
cancelRsStreams
public void cancelRsStreams() throws java.lang.Exception- Throws:
java.lang.Exception
-
cancelSse
public void cancelSse() throws java.lang.Exception- Throws:
java.lang.Exception
-
-