| 18365 | // about it being private, you have mis-spelled SetUp() as Setup(). |
| 18366 | struct Setup_should_be_spelled_SetUp {}; |
| 18367 | virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } |
| 18368 | }; |
| 18369 | |
| 18370 | // The interface for tracing execution of tests. The methods are organized in |