Home
last modified time | relevance | path

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

/build/soong/android/
Dfixture.go210 func FixtureCustomPreparer(mutator func(fixture Fixture)) FixturePreparer {
380 Fixture(t *testing.T) Fixture methodSpec
597 type Fixture interface { interface
659 func (b *baseFixturePreparer) Fixture(t *testing.T) Fixture { func