124125126127128129130131132
@Test public void consistency() { runWithIgnore( new CLIMaker(){ @Override protected PelletCmdApp create() { return new PelletConsistency(); } }, "test/data/misc/family.owl" ); }
129130131132133134135136137