Describable, Filterable, Sortablepublic class AllTests extends org.junit.internal.runners.SuiteMethod
suite()
method). For example:
@RunWith(AllTests.class)
public class ProductTests {
public static junit.framework.Test suite() {
...
}
}
| Constructor | Description |
|---|---|
AllTests(Class<?> klass) |
Only called reflectively.
|
Copyright © 2002–2018 JUnit. All rights reserved.