These are not test cases actually. If you want to call only some of the three classes you have here then simply use argc and argv with your own custom arguments to check which of the three classes the user wanted to run. The thing that is already provided by Qt is deciding which of the tests (private slots) of the actuall test class to perform.
Bookmarks