assertTrue(ctx.getOutput().contains("childOftestJCRClientCommands"));
}
public void testGetCtxProperties() throws Exception
{
GetPropertiesCommand getPropertiesCommand =
(GetPropertiesCommand)cservice.getCatalog("CLI").getCommand("getproperties");
getPropertiesCommand.execute(ctx);
System.out.println("[out]:" + ctx.getOutput());
assertTrue(ctx.getOutput().contains("jcr:primaryType"));
}