blob: 7b6005aff5a8bda4bd931b250ba9d70055b54e83 [file] [log] [blame]
@org.junit.runner.RunWith(org.junit.runners.Parameterized.class)
public class ParametricRegularExpressionTest {
@org.junit.runners.Parameterized.Parameters
java.util.Collection regExValues() {
return null;
}
}