blob: df0a1d55131aa6ac67c72320c72ec3f1d43948c2 [file] [log] [blame]
@Test(dataProvider = "$type$BinaryOpMaskProvider")
static void [[TEST]]$vectorteststype$Masked(IntFunction<$type$[]> fa, IntFunction<$type$[]> fb,
IntFunction<boolean[]> fm) {
[[KERNEL]]
assertArraysEquals(r, a, b, mask, $vectorteststype$::[[TEST]]);
}