1 
   2     @Test(dataProvider = "$type$BinaryOpProvider")
   3     static void [[TEST]]$vectorteststype$BroadcastSmokeTest(IntFunction<$type$[]> fa, IntFunction<$type$[]> fb) {
   4 [[KERNEL]]
   5         assertBroadcastArraysEquals(a, b, r, $vectorteststype$::[[TEST]]);
   6     }