// "Replace by @DataPoints method" "true" class Foo { @org.junit.experimental.theories.DataPoints public static int[] myD<caret>ata = new int[] {1, 2, 3}; }