Search in sources :

Example 1 with PingInput

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));
}
Also used : PingInput(org.openkilda.northbound.dto.v1.flows.PingInput) Test(org.junit.Test)

Aggregations

Test (org.junit.Test)1 PingInput (org.openkilda.northbound.dto.v1.flows.PingInput)1