Part of lp.testing.tests.test_fakemethod View In Hierarchy
| Method | impossibleMethod | A method that you can't afford to invoke in your test. | 
| Method | testableMethod | This part of the class logic that you do want to exercise. | 
| Method | doComplicatedThings | This is the top-level method you want to test. |