| 266 | } |
| 267 | |
| 268 | int usServiceTrackerTest(int /*argc*/, char* /*argv*/[]) |
| 269 | { |
| 270 | US_TEST_BEGIN("ServiceTrackerTest") |
| 271 | |
| 272 | TestFilterString(); |
| 273 | TestServiceTracker(); |
| 274 | |
| 275 | US_TEST_END() |
| 276 | } |
nothing calls this directly
no test coverage detected