}
public void testStatsWithreification()
{
ReificationStyle style = ReificationStyle.Standard;
Graph g = new GraphMem( style );
GraphStatisticsHandler h = g.getStatisticsHandler();
graphAdd( g, "x rdf:subject A" );
assertEquals( -1L, h.getStatistic( node( "x" ), Node.ANY, Node.ANY ) );
}