
Since these test cases subclass test.TestCase, it's unnecessary to create a new self._mox when self.mox already exists. Also, self.stubs already exists. Finally, it's unnecessary to call VerifyAll() since test.TestCase does that as well. Change-Id: Ib5a176d9d3448f3eb86d13ca6199d1ea557480d0