information-system-model/src/test/java/org/gcube/informationsystem/type/SerializationTest.java

13 lines
256 B
Java

package org.gcube.informationsystem.type;
import org.gcube.informationsystem.types.TypeBinder;
import org.junit.Test;
public class SerializationTest {
@Test
public void serialize() throws Exception{
TypeBinder.serializeFacet(EntityTest.class);
}
}