Searched defs:FixtureErrorHandler (Results 1 – 2 of 2) sorted by relevance
509 type FixtureErrorHandler interface { interface663 func (b *baseFixturePreparer) ExtendWithErrorHandler(errorHandler FixtureErrorHandler) FixturePrepa…
406 func snapshotTestErrorHandler(snapshotTest snapshotTest, handler android.FixtureErrorHandler) snaps…