16 package org.openkilda.messaging.model;
21 import org.junit.Assert;
22 import org.junit.Test;
24 import java.io.IOException;
25 import java.util.HashMap;
34 Assert.assertEquals(origin, reconstructed);
44 HashMap<String, String> props =
new HashMap<>();
45 props.put(
"cost",
"10");
47 long created = System.currentTimeMillis();
57 public void serialize(Object subject)
throws IOException {
static final ObjectMapper MAPPER
static LinkProps makeSubject()
void serialize(Object subject)