Lines Matching refs:TestingModule
112 func (ctx *TestContext) ModuleForTests(name, variant string) TestingModule {
132 return TestingModule{module}
256 type TestingModule struct { struct
261 func (m TestingModule) Module() Module { argument
267 func (m TestingModule) MaybeRule(rule string) TestingBuildParams { argument
272 func (m TestingModule) Rule(rule string) TestingBuildParams { argument
278 func (m TestingModule) MaybeDescription(desc string) TestingBuildParams { argument
284 func (m TestingModule) Description(desc string) TestingBuildParams { argument
290 func (m TestingModule) MaybeOutput(file string) TestingBuildParams { argument
297 func (m TestingModule) Output(file string) TestingBuildParams { argument
302 func (m TestingModule) AllOutputs() []string { argument