Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.0
Description
Currently we only use the MockOutputCollector/MockContextWrapper which just copy the output key, value into a list. This prevents users from testing the outputformat for classes such as TextOutputFormat which should compare the toString versions of objects for equality not the objects themselves.