Searched refs:profilingPointEntity (Results 1 – 1 of 1) sorted by relevance
259 ProfilingPointEntity profilingPointEntity = null; in testNewSummary() local262 profilingPointEntity = ProfilingPointEntity.fromEntity(profilingPoint); in testNewSummary()266 assertNotNull(profilingPointEntity); in testNewSummary()267 … assertEquals(profilingPointRunEntity.getName(), profilingPointEntity.getProfilingPointName()); in testNewSummary()268 assertEquals(profilingPointRunEntity.getXLabel(), profilingPointEntity.getXLabel()); in testNewSummary()269 assertEquals(profilingPointRunEntity.getYLabel(), profilingPointEntity.getYLabel()); in testNewSummary()270 assertEquals(profilingPointRunEntity.getType(), profilingPointEntity.getType()); in testNewSummary()271 …assertEquals(profilingPointRunEntity.getRegressionMode(), profilingPointEntity.getRegressionMode()… in testNewSummary()