Searched refs:sKnownSubSiteParent (Results 1 – 1 of 1) sorted by relevance
50 Site sKnownSubSiteParent = sKnownSubSite.getParent(); in objectsAllocatedAtKnownSites() local51 assertEquals("DumpedStuff.java", sKnownSubSiteParent.getFilename()); in objectsAllocatedAtKnownSites()52 assertEquals("allocateObjectAtKnownSite", sKnownSubSiteParent.getMethodName()); in objectsAllocatedAtKnownSites()53 assertEquals(30, sKnownSubSiteParent.getLineNumber()); in objectsAllocatedAtKnownSites()54 assertSame(sKnownSubSiteParent, snapshot.getSite(sKnownSubSiteParent.getId())); in objectsAllocatedAtKnownSites()56 assertNotSame(sKnownSite, sKnownSubSiteParent); in objectsAllocatedAtKnownSites()57 assertSame(sKnownSite.getParent(), sKnownSubSiteParent.getParent()); in objectsAllocatedAtKnownSites()