assertTrue(ctx.getOutput().contains("ws"));
}
public void testRemoveItemCommand() throws Exception
{
RemoveItemCommand removeItemCommand = (RemoveItemCommand)cservice.getCatalog("CLI").getCommand("remove");
removeItemCommand.execute(ctx);
System.out.println("[out]:" + ctx.getOutput());
assertEquals(((Node)ctx.getCurrentItem()).getName(), "childOftestJCRClientCommands2");
}