super.setUp();
super.tearDown();
testsjava.nio.ByteBuffer#allocate(int) try { ByteBuffer.allocate(-1); fail("Should throw Exception"); //$NON-NLS-1$ } catch (IllegalArgumentException e) { // expected }
try { ByteBuffer.allocate(-1); fail("Should throw Exception"); //$NON-NLS-1$ } catch (IllegalArgumentException e) { // expected }