1 
2     static $abstractvectortype$ bv_[[TEST]] = $abstractvectortype$.broadcast(SPECIES, ($type$)10);
3 
4     @Test(dataProvider = "$type$UnaryOpProvider")
5     static void [[TEST]]$vectorteststype$WithMemOp(IntFunction<$type$[]> fa) {
6 [[KERNEL]]
7         assertArraysEquals(r, a, ($type$)10, $vectorteststype$::[[TEST]]);
8     }