svoid test_isPrimitiveArray() { testFunctionValues isPrimitiveArray( null, false, new int[0], true, new Int[0], false); }