Lines Matching defs:Config
34 func newTestContextForFixture(config Config) *TestContext {
49 func NewTestContext(config Config) *TestContext {
213 func NewTestArchContext(config Config) *TestContext {
658 func parseMkRules(t *testing.T, config Config, nodes []mkparser.Node) []InstallMakeRule {
751 func (ctx *TestContext) Config() Config { func
862 func newBaseTestingComponent(t *testing.T, config Config, provider testBuildProvider) baseTestingCo…
873 func normalizeStringRelativeToTop(config Config, s string) string {
894 func normalizeStringArrayRelativeToTop(config Config, slice []string) []string {
904 func normalizeStringMapRelativeToTop(config Config, m map[string]string) map[string]string {
1058 func newTestingModule(t *testing.T, config Config, module Module) TestingModule {
1166 func SetKatiEnabledForTests(config Config) {
1360 func StringRelativeToTop(config Config, command string) string {
1366 func StringsRelativeToTop(config Config, command []string) []string {
1385 func (ctx *panickingConfigAndErrorContext) Config() Config { func