Searched refs:actualRoot (Results 1 – 2 of 2) sorted by relevance
26 auto actualRoot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(0, 0, 100, 100)); in TEST() local29 root->previous = actualRoot.get(); in TEST()51 auto actualRoot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(0, 0, 100, 100)); in TEST() local53 root->previous = actualRoot.get(); in TEST()
80 XMLNode actualRoot = mParser.parse(xmlTree); in parseValidXMLTree() local81 assertTrue(actualRoot.equals(expectedRoot)); in parseValidXMLTree()