| 68 | GlobalSimpleStringMemoryAccountant accountant; |
| 69 | |
| 70 | void setup() |
| 71 | { |
| 72 | stash.save(); |
| 73 | testFunction.parameter_ = &accountant; |
| 74 | fixture.setTestFunction(&testFunction); |
| 75 | } |
| 76 | |
| 77 | void teardown() |
| 78 | { |
nothing calls this directly
no test coverage detected