@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Test
This method must be public, non static, 0-arg, void return.
public abstract String name
If not used, the test name will be based on the method name. In case of
parameterized test, the name will be formatted in the same way that the
@Parameters annotation will be.
The formatter used
for parameterized test.Copyright © 2014. All rights reserved.