Home
last modified time | relevance | path

Searched refs:profilingPointEntity (Results 1 – 1 of 1) sorted by relevance

/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java259 ProfilingPointEntity profilingPointEntity = null; in testNewSummary() local
262 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()