I have two dlls test1.dll and test2.dll. There are test suites in both of them.
Since test1.dll will loads test2.dll, whenever I try to run tests in test1.dll, all tests in test2.dll get registered as well.
Is there a way to avoid it? i.e. only register the tests in the explicitly loaded dlls.
Log in to post a comment.
I have two dlls test1.dll and test2.dll. There are test suites in both of them.
Since test1.dll will loads test2.dll, whenever I try to run tests in test1.dll, all tests in test2.dll get registered as well.
Is there a way to avoid it? i.e. only register the tests in the explicitly loaded dlls.