Searched refs:atomsPulledTestInfo (Results 1 – 2 of 2) sorted by relevance
184 AtomsPulledTestInfo atomsPulledTestInfo = (AtomsPulledTestInfo) info; in testPulledAtomsBaseInfo() local185 if (atomsPulledTestInfo.getDimension().equals(first.getDimension())) { in testPulledAtomsBaseInfo()186 assertEquals(atomsPulledTestInfo.getCount(), first.getCount() + second.getCount()); in testPulledAtomsBaseInfo()188 assertEquals(atomsPulledTestInfo.getCount(), third.getCount()); in testPulledAtomsBaseInfo()
83 AtomsPulledTestInfo atomsPulledTestInfo = (AtomsPulledTestInfo) info; in accumulate() local84 this.mCount += atomsPulledTestInfo.getCount(); in accumulate()