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