@Characterization tests are different, so need an equivalent annotation.
@RegressionTest would be clearer, but inconsistent with @Characterization.
Alternatively, consider using JUnit 4 @Category or JUnit 5 @Tag, or create your own using meta-annotations.
@Characterizationtests are different, so need an equivalent annotation.@RegressionTestwould be clearer, but inconsistent with@Characterization.Alternatively, consider using JUnit 4
@Categoryor JUnit 5@Tag, or create your own using meta-annotations.