junitx.framework
Interface TestPackage


public interface TestPackage

A marker interface for classes collecting classes extending TestCase. Since the only interesting method suite in those classes is static, it does not show up in this interface. Currently this class is available for convenience and further use, e.g. to detect test package classes without relying on their class name.