I have the following situation: I create a class with a single test method, within this test method, I create another class that contains multiple test methods.
The report shows only my initial test method, it passes IFF it passes and all the tests in the other class pass.
What I wish would happen is the report would contain my first test, and also the results of all the other tests in the other class passing, or failing.
Do you know of a way to do this?