use of org.openkilda.northbound.dto.v1.flows.PingInput in project open-kilda by telstra.
the class JsonSerializationTest method verificationInputTest.
@Test
public void verificationInputTest() throws IOException {
PingInput dto = new PingInput(10);
assertEquals(dto, pass(dto, PingInput.class));
}