private ChannelEndpointConverter endpointConverter = new ChannelEndpointConverter();
@Test
public void testConvert() throws Exception {
EndpointData endpointData = endpointConverter.convert(new ChannelEndpoint());
Assert.assertEquals(endpointData.getType(), "channel");
}