Search in sources :

Example 1 with TransportManager

use of org.apache.servicecomb.core.transport.TransportManager in project incubator-servicecomb-java-chassis by apache.

the class TestRestServerVerticle method setUp.

@Before
public void setUp() throws Exception {
    instance = new RestServerVerticle();
    startFuture = Future.future();
    CseContext.getInstance().setTransportManager(new TransportManager());
}
Also used : TransportManager(org.apache.servicecomb.core.transport.TransportManager) Before(org.junit.Before)

Aggregations

TransportManager (org.apache.servicecomb.core.transport.TransportManager)1 Before (org.junit.Before)1