Open
Description
Hello,
We recently discovered that several tests were accidentally nested inside a setUp()
method.
While the tests compile, they were not actually run by the test runner, and we had no way to detect this. We only happened to notice coincidentally.
It would be helpful if the test runner could warn that tests are disabled when this happens.
Thanks for your consideration.
Rachel