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());
}
Aggregations