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