Lines Matching refs:testModuleC
25 testModuleC = &moduleInfo{variantName: "testModuleC"} var
40 in: []*moduleInfo{testModuleA, testModuleB, testModuleC},
43 out: []*moduleInfo{testModuleD, testModuleE, testModuleB, testModuleC},
48 in: []*moduleInfo{testModuleA, testModuleB, testModuleC},
51 out: []*moduleInfo{testModuleA, testModuleD, testModuleE, testModuleC},
56 in: []*moduleInfo{testModuleA, testModuleB, testModuleC},
57 replace: testModuleC,
72 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3],
75 out: []*moduleInfo{testModuleD, testModuleE, testModuleB, testModuleC},
80 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3],
83 out: []*moduleInfo{testModuleA, testModuleD, testModuleE, testModuleC},
88 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3],
89 replace: testModuleC,