233234235236237238239240241242243
AssertJUnit.assertTrue(exceptionCaught); exceptionCaught = false; try { tool.enableInstance(clusterName, "resource", false); } catch (UnsupportedOperationException e) { exceptionCaught = true; } AssertJUnit.assertTrue(exceptionCaught);