assertEquals(expected.getDescription(), actual.getDescription());
}
@Override
public PerformanceType getEntity() throws Exception {
return new PerformanceType("Performance measure",
"Description of performance measure",
TotalRuntimePerfMeasurerFactory.class);
}