140141142143144145146147148
@Test public void entailment() { runAppVerbose( new CLIMaker(){ @Override protected PelletCmdApp create() { return new PelletEntailment(); } }, "-e", "test/data/modularity/koala-conclusions.owl", "test/data/modularity/koala.owl" ); }
145146147148149150151152153