Lines Matching refs:testModuleA
23 testModuleA = &moduleInfo{variantName: "testModuleA"} var
41 in: []*moduleInfo{testModuleA, testModuleB, testModuleC},
50 in: []*moduleInfo{testModuleA, testModuleB, testModuleC},
53 out: []*moduleInfo{testModuleA, testModuleD, testModuleE, testModuleC},
59 in: []*moduleInfo{testModuleA, testModuleB, testModuleC},
62 out: []*moduleInfo{testModuleA, testModuleB, testModuleD, testModuleE},
68 in: []*moduleInfo{testModuleA},
77 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3],
86 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3],
89 out: []*moduleInfo{testModuleA, testModuleD, testModuleE, testModuleC},
95 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3],
98 out: []*moduleInfo{testModuleA, testModuleB, testModuleD, testModuleE},
104 in: []*moduleInfo{testModuleA, nil}[0:1],