Lines Matching refs:testModuleB
24 testModuleB = &moduleInfo{variantName: "testModuleB"} var
41 in: []*moduleInfo{testModuleA, testModuleB, testModuleC},
44 out: []*moduleInfo{testModuleD, testModuleE, testModuleB, testModuleC},
50 in: []*moduleInfo{testModuleA, testModuleB, testModuleC},
59 in: []*moduleInfo{testModuleA, testModuleB, testModuleC},
62 out: []*moduleInfo{testModuleA, testModuleB, testModuleD, testModuleE},
77 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3],
80 out: []*moduleInfo{testModuleD, testModuleE, testModuleB, testModuleC},
86 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3],
95 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3],
98 out: []*moduleInfo{testModuleA, testModuleB, testModuleD, testModuleE},