I have the problem that a certain method might be called in a different amount of times, but a least once. The "times()" method only allows a certain amount of times and doesn't suit this case. So I implemented a TimesRange class which suits my purpose. Perhaps its reasonable to put it to to the standard set.
I have the problem that a certain method might be called in a different amount of times, but a least once. The "times()" method only allows a certain amount of times and doesn't suit this case. So I implemented a TimesRange class which suits my purpose. Perhaps its reasonable to put it to to the standard set.