assertVariableWithValues((Slice[]) alternatingNullValues(expectedValues));
}
private static void assertVariableWithValues(Slice[] expectedValues)
{
SliceArrayBlock block = new SliceArrayBlock(expectedValues.length, expectedValues);
assertBlock(block, expectedValues);
}