@Test
public void processItemFromObjectList() throws IOException, InterruptedException {
stubPath("s3n://basekb-sandbox/2013-11-10/uniqSubjects/m-32194.gz");
that.setup(setupContext);
that.map(
new LongWritable(1)
, new Text("<http://rdf.example.com/DOOM>")
, mapContext);
verify(mapContext).write(
argThat(new TaggedItemMatcher<Text>(new TaggedTextItem("<http://rdf.example.com/DOOM>", 1))),
argThat(new TaggedItemMatcher<Text>(new TaggedTextItem("", 1)))