new LongWritable(944L),
new Text("<http://example.com/A>\t<http://example.com/B>\t<http://example.com/C>."),
mockContext);
verify(pse3mapper.accepted).write(
new WritableTriple(
Node_URI.createURI("http://example.com/A")
,Node_URI.createURI("http://example.com/B")
,Node_URI.createURI("http://example.com/C")
)
,new WritableTriple(
Node_URI.createURI("http://example.com/A")
,Node_URI.createURI("http://example.com/B")
,Node_URI.createURI("http://example.com/C")
)
,mockContext);