I'm getting an error when I try to create a top-level Junit test suite that will call multiple other test suites.
I am trying to create a JUnit test suite "AllTests" that contains all of the TestSuites in other packages.
The lower-level AllTests looks like this (with package and class names changed to samples):
Here is the higher level test suite I created:
The low level test suites run fine, but when I try to run the higher level test suite, I get the following error:
junit.framework.AssertionFailedError: No tests found in com.sample.business.AllTests