1
2 static $type$ [[TEST]]($type$ a, $type$ b) {
3 return ($type$)([[TEST_OP]]);
4 }
5
6 @Test(dataProvider = "$type$BinaryOpProvider")
7 static void [[TEST]]$vectorteststype$(IntFunction<$type$[]> fa, IntFunction<$type$[]> fb) {
8 [[KERNEL]]
9 assertArraysEquals(r, a, b, $vectorteststype$::[[TEST]]);
10 }
--- EOF ---