}
public CmisTestResult check(TypeDefinition type) {
List<CmisTestResult> results = new ArrayList<CmisTestResult>();
CmisTestResult f;
Map<String, PropertyDefinition<?>> propDefs = type.getPropertyDefinitions();
if (propDefs == null) {
addResult(results, createResult(FAILURE, "Property definitions are missing!"));
} else {