abstract
no-arg
示例:
public class MyTest { private MyTest() {} // no-arg 构造函数为 private @Test public void testSomething() { assertEquals(1, 1); } }