public class AllTests extends org.junit.internal.runners.SuiteMethod
suite()
method). For example:
@RunWith(AllTests.class) public class ProductTests { public static junit.framework.Test suite() { ... } }
Copyright © 2002-2012 JUnit. All Rights Reserved.