Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LongRange support #17

Open
torczuk opened this issue Jan 14, 2020 · 0 comments
Open

LongRange support #17

torczuk opened this issue Jan 14, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@torczuk
Copy link
Contributor

torczuk commented Jan 14, 2020

Add support for LongRange

(1L..10L).should() startWith(1)
(1L..10L).should() endWith(10)
(1L..10L).should() contain(5)
(1L..10L).should() beNotEmpty()
(1L..10L).should() overlap((9L..11L))
@torczuk torczuk added enhancement New feature or request good first issue Good for newcomers labels Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant