| 301 | } |
| 302 | |
| 303 | void TListTest::TestAppend() { |
| 304 | ::TestAppend(500, 500); |
| 305 | ::TestAppend(0, 0); |
| 306 | ::TestAppend(1, 0); |
| 307 | ::TestAppend(0, 1); |
| 308 | ::TestAppend(1, 1); |
| 309 | } |
| 310 | |
| 311 | template <typename TListType> |
| 312 | static void CheckList(const TListType& lst) { |
nothing calls this directly
no test coverage detected