()
| 44 | Path testFilePath; |
| 45 | |
| 46 | private static Stream<Arguments> data() { |
| 47 | ArrayList<Arguments> data = new ArrayList<>(); |
| 48 | for (int j = 0; j < 2; j++) { |
| 49 | for (int i = 1; i <= 5; i++) { |
| 50 | data.add(Arguments.of(j == 0 ? "char" : "varchar", i, true)); |
| 51 | } |
| 52 | } |
| 53 | return data.stream(); |
| 54 | } |
| 55 | |
| 56 | static final String[] utf8strs = new String[] { |
| 57 | // Character.UnicodeBlock GREEK (2 bytes) |