| 42 | { |
| 43 | public: |
| 44 | MockForFile() |
| 45 | { |
| 46 | nextDescriptor = 17; |
| 47 | openWasCalled = false; |
| 48 | writeShouldFail = false; |
| 49 | closeWasCalled = false; |
| 50 | readShouldFail = false; |
| 51 | statShouldFail = false; |
| 52 | } |
| 53 | |
| 54 | String lastPathname; |
| 55 | int lastFlags; |
nothing calls this directly
no outgoing calls
no test coverage detected