JavaHamcrest icon indicating copy to clipboard operation
JavaHamcrest copied to clipboard

IsUnmodifiableCollection matcher feature

Open Andremoniy opened this issue 6 years ago • 0 comments

It would be nice to have as a standard feature a special matcher to verify that a given collection is unmodifiable.

This sort of checks raises when we test certain type of methods which should return unmodifiable implementation rather than regular one.

Andremoniy avatar Mar 03 '19 17:03 Andremoniy