1 2 static $type$[] [[TEST]]($type$ val) { 3 $type$[] res = new $type$[SPECIES.length()]; 4 res[0] = val; 5 6 return res; 7 } 8 9 @Test(dataProvider = "$type$UnaryOpProvider") 10 static void [[TEST]]$vectorteststype$(IntFunction<$type$[]> fa) { 11 [[KERNEL]] 12 assertArraysEquals(r, a, $vectorteststype$::[[TEST]]); 13 }