-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Description
Is that possible I supply my own runner and control the beginning of each testcase?
I find in the default main function run(argc, argv) is directly called as follows
// Standard C/C++ main entry point
int main (int argc, char * const argv[]) {
return Catch::Session().run( argc, argv );
}
I think it better if there is another run method with some runner passed, like this one
Catch::Session().run( argc, argv, new somerunner() );
Metadata
Metadata
Assignees
Labels
No labels