Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.1
-
None
Description
It would be great if user could check custom counter values in addition to checking outputs. Let me show my idea on example, right now counters needs to be checked explicitly:
assertEquals(2, mapDriver.getCounters().findCounter(CustomMapper.CustomCounter.NAME).getValue());
It would be great if user could do something like:
.withCounter(CustomMapper.CustomCounter.Name, 2)