resolver.updateArray("not", null);
fail("should throw UnsupportedOperationException");
} catch (UnsupportedOperationException e) {
// expected
}
resolver.updateAsciiStream("not", null);
try {
resolver.updateAsciiStream("not", null, 100);
fail("should throw UnsupportedOperationException");
} catch (UnsupportedOperationException e) {
// expected