Searched defs:fileInApex (Results 1 – 1 of 1) sorted by relevance
3768 type fileInApex struct { struct3769 path string // path in apex3770 src string // src path3771 isLink bool3774 func (f fileInApex) String() string {3778 func (f fileInApex) match(expectation string) bool {3839 func assertFileListEquals(t *testing.T, expectedFiles []string, actualFiles []fileInApex) {