152153154155156157158159160161162
public boolean continueWith( final Statement s ) { return false; } }; Assert.assertTrue(sb.stopAt(ModelHelper.statement("x pings y"))); } public void testStatementTripleBoundaryAnon() { final TripleBoundary anon = TripleBoundary.stopAtAnonObject;