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