blob: d91f8515a145020e7323f45b3927876dc4c4b201 [file] [log] [blame]
// "Replace by @DataPoints method" "true"
class Foo {
@org.junit.experimental.theories.DataPoints
public static int[] myData() {
return new int[]{0, 1};
}
}