I'd like to write a unit test for a class that produces a Test Anything Protocol (TAP) via tap4j. How could I verify the result which is internally retrieved from TapProducer#dump(TestSet)
?
In addition to a bunch of predefined strings, I thought about something like InstantTAP to test against the specification, but locally. Any suggestions on libraries I could use?