In two different modules I have a test class und used for both classes the same name.
While executing the tests, the test class One is called twice and the second test class not at all:
Could you have a look?
Could also include the test method assertIsNull & assertIsNotNull?
Thanks a lot!