2930313233343536
private SshClientConverter endpointConverter = new SshClientConverter(); @Test public void testConvert() throws Exception { EndpointData endpointData = endpointConverter.convert(new Client()); Assert.assertEquals(endpointData.getType(), "ssh"); }