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