Searched defs:fileInApex (Results 1 – 1 of 1) sorted by relevance
3492 type fileInApex struct { struct3493 path string // path in apex3494 src string // src path3495 isLink bool3498 func (f fileInApex) String() string {3502 func (f fileInApex) match(expectation string) bool {3567 func assertFileListEquals(t *testing.T, expectedFiles []string, actualFiles []fileInApex) {