Home | History | Annotate | Download | only in dynamic_suite

Lines Matching refs:Reporter

631             Checks to see if the status passed to the bug reporter contains all
657 self.mox.StubOutWithMock(reporting.Reporter, 'report')
658 reporting.Reporter.report(mox.IgnoreArg(),
668 bug reporter when a test fails.
693 self.mox.StubOutWithMock(reporting.Reporter, '_check_tracker')
697 reporting.Reporter._check_tracker().AndReturn(False)