1
2 @Test(dataProvider = "$type$UnaryOpMaskProvider")
3 static void [[TEST]]$vectorteststype$MaskedWithMemOp(IntFunction<$type$[]> fa, IntFunction<boolean[]> fm) {
4 [[KERNEL]]
5 assertArraysEquals(r, a, ($type$)10, mask, $vectorteststype$::[[TEST]]);
6 }