use of org.kie.workbench.common.stunner.bpmn.definition.property.type.MetaDataType in project kie-wb-common by kiegroup.
the class MetaDataAttributesTest method testGetType.
@Test
public void testGetType() {
PropertyType type = new MetaDataType();
assertEquals(type, tested.getType());
}
Aggregations