static
{ IRIResolver.suppressExceptions(); }
@Test public void testGatherEyeballingStatistics()
{
WebEyeballer e = new WebEyeballer();
e.setRepairFuncs( "repair" );
e.setAssumes( "[owl]" );
e.setInspectors( "[allTyped,cardinality,uri,literal,prefix,class,consistentType,property,vocabulary]" );
e.setReportFormat( "N3" );
e.setCollectStatistics( false );
if (false) runStatisticianTest( e, new EyeballingStatistician(), "eyeballing" );
}