Searched defs:MockFS (Results 1 – 7 of 7) sorted by relevance
/build/soong/android/ |
D | license_test.go | 195 func testLicense(t *testing.T, fs MockFS, expectedErrors []string) {
|
D | fixture.go | 167 type MockFS map[string][]byte type 242 func FixtureModifyMockFS(mutator func(fs MockFS)) FixturePreparer { 256 func FixtureMergeMockFs(mockFS MockFS) FixturePreparer { 605 MockFS() MockFS methodSpec 733 func (f *fixture) MockFS() MockFS { func
|
D | namespace_test.go | 635 func setupTestFromFiles(t *testing.T, bps MockFS) (ctx *TestContext, errs []error) {
|
/build/soong/cc/ |
D | prebuilt_test.go | 30 func testPrebuilt(t *testing.T, bp string, fs android.MockFS, handlers ...android.FixturePreparer) …
|
/build/soong/sdk/ |
D | testing.go | 96 func testSdkWithFs(t *testing.T, bp string, fs android.MockFS) *android.TestResult {
|
/build/soong/java/ |
D | java_test.go | 82 func testJavaWithFS(t *testing.T, bp string, fs android.MockFS) (*android.TestContext, android.Conf…
|
/build/soong/apex/ |
D | apex_test.go | 78 func withFiles(files android.MockFS) android.FixturePreparer {
|