Would allow us to add an informational string to the annotation.
This could be available for later processing, so might be different from - or instead of - expressing it in the test name.
For example:
@Characterization("DB returns null not empty")
public void testItemNotFound() {
// ...
}
Would allow us to add an informational string to the annotation.
This could be available for later processing, so might be different from - or instead of - expressing it in the test name.
For example: