Searched defs:MockBazelContext (Results 1 – 1 of 1) sorted by relevance
280 type MockBazelContext struct { struct281 OutputBaseDir string283 LabelToOutputFiles map[string][]string284 LabelToCcInfo map[string]cquery.CcInfo285 LabelToPythonBinary map[string]string286 LabelToApexInfo map[string]cquery.ApexInfo287 LabelToCcBinary map[string]cquery.CcUnstrippedInfo289 BazelRequests map[string]bool292 …(m MockBazelContext) QueueBazelRequest(label string, requestType cqueryRequest, cfgKey configKey) {300 func (m MockBazelContext) GetOutputFiles(label string, _ configKey) ([]string, error) {[all …]