// type.addContentIdentifier(mockContentIdentifier);
type.setGraph(mockGraph);
// Do a query on the created type.
try {
/*Match actualMatch = */type.identifyResource(mockInputMetadata, mockRestartStream);
} catch (IllegalStateException e) {
// success
}
}