Home
last modified time | relevance | path

Searched refs:FixtureErrorHandler (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/android/
H A Dfixture.go387 ExtendWithErrorHandler(errorHandler FixtureErrorHandler) FixturePreparer
509 type FixtureErrorHandler interface { interface
560 func FixtureExpectsAtLeastOneErrorMatchingPattern(pattern string) FixtureErrorHandler {
582 func FixtureExpectsAllErrorsToMatchAPattern(patterns []string) FixtureErrorHandler {
590 func FixtureCustomErrorHandler(function func(t *testing.T, result *TestResult)) FixtureErrorHandler
663 func (b *baseFixturePreparer) ExtendWithErrorHandler(errorHandler FixtureErrorHandler) FixturePrepa… argument
719 errorHandler FixtureErrorHandler
/aosp12/build/soong/sdk/
H A Dtesting.go406 func snapshotTestErrorHandler(snapshotTest snapshotTest, handler android.FixtureErrorHandler) snaps… argument
427 errorHandler android.FixtureErrorHandler