Home
last modified time | relevance | path

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

/build/soong/android/
Dfixture.go387 ExtendWithErrorHandler(errorHandler FixtureErrorHandler) FixturePreparer argument
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…
719 errorHandler FixtureErrorHandler
Dpaths_test.go1145 errorHandler FixtureErrorHandler
/build/soong/sdk/
Dtesting.go433 func snapshotTestErrorHandler(snapshotTest snapshotTest, handler android.FixtureErrorHandler) snaps… argument
454 errorHandler android.FixtureErrorHandler