Home
last modified time | relevance | path

Searched defs:Fixture (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dfixture.go211 func FixtureCustomPreparer(mutator func(fixture Fixture)) FixturePreparer {
436 Fixture(t *testing.T) Fixture methodSpec
682 type Fixture interface { interface
791 func (b *baseFixturePreparer) Fixture(t *testing.T) Fixture { func