Lines Matching defs:TestContext
51 type TestContext struct { struct
52 *Context
53 preArch, preDeps, postDeps []RegisterMutatorFunc
54 NameResolver *NameResolver
57 func (ctx *TestContext) PreArchMutators(f RegisterMutatorFunc) {
61 func (ctx *TestContext) PreDepsMutators(f RegisterMutatorFunc) {
65 func (ctx *TestContext) PostDepsMutators(f RegisterMutatorFunc) {
69 func (ctx *TestContext) Register() {
75 func (ctx *TestContext) ModuleForTests(name, variant string) TestingModule {
97 func (ctx *TestContext) ModuleVariantsForTests(name string) []string {
108 func (ctx *TestContext) SingletonForTests(name string) TestingSingleton {
127 func (ctx *TestContext) MockFileSystem(files map[string][]byte) {