public class BasicReactiveStreamsTest extends AbstractSseTest
PORT
Constructor and Description |
---|
BasicReactiveStreamsTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment() |
void |
testCommentOnlySse() |
void |
testDataOnlySse_InboundSseEvent() |
void |
testDataOnlySse_JsonObject() |
void |
testDataOnlySse_String() |
void |
testNamedEventSse() |
void |
testServerClosesConnection() |
launchServer, launchServer, sleep
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
public void testDataOnlySse_InboundSseEvent() throws Exception
testDataOnlySse_InboundSseEvent
in class AbstractSseTest
Exception
public void testDataOnlySse_String() throws Exception
testDataOnlySse_String
in class AbstractSseTest
Exception
public void testDataOnlySse_JsonObject() throws Exception
testDataOnlySse_JsonObject
in class AbstractSseTest
Exception
public void testCommentOnlySse() throws Exception
testCommentOnlySse
in class AbstractSseTest
Exception
public void testNamedEventSse() throws Exception
testNamedEventSse
in class AbstractSseTest
Exception
public void testServerClosesConnection() throws Exception
testServerClosesConnection
in class AbstractSseTest
Exception
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.