test method | Individual test method within a class |
test | 1..N test methods in 1 or more classes. |
suite | 1..N tests. |
group | A named subset of test methods within a test. |
How each definition is applied depends on the provider, and the test suite being used.
See Surefire Providers for more information on specific providers.