(other WalkAppFileArgs)
| 31 | } |
| 32 | |
| 33 | func (a WalkAppFileArgs) Equal(other WalkAppFileArgs) bool { |
| 34 | return a.RelativePath() == other.RelativePath() && |
| 35 | a.AbsolutePath() == other.AbsolutePath() |
| 36 | } |
| 37 | |
| 38 | var _ = Describe("AppFiles", func() { |
| 39 | var appFiles appfiles.ApplicationFiles |
no test coverage detected