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

replace timeout and timeoutUnit with Duration #29

Closed
helmbold opened this issue Jun 15, 2016 · 2 comments
Closed

replace timeout and timeoutUnit with Duration #29

helmbold opened this issue Jun 15, 2016 · 2 comments
Milestone

Comments

@helmbold
Copy link
Contributor

breaking change, needs to got to 2.0.0

@sksamuel
Copy link
Member

I didn't know there was a kotlin equiv of scala's duration. Or is it a java thing ?

@helmbold
Copy link
Contributor Author

Wait for my pull request ... ;-)

@sksamuel sksamuel added this to the 1.3 milestone Jun 15, 2016
Kantis added a commit that referenced this issue Feb 15, 2024
add more details on what exactly could not be matched, such as `" could
not match element 6 at index 2"` in the following example:

```
            shouldThrow<AssertionError> {
               col should containsInOrder(1, 2, 6)
            }
            }.message shouldBe "[1, 1, 2, 2, 3, 3] did not contain the elements [1, 2, 6] in order, could not match element 6 at index 2"

Co-authored-by: Emil Kantis <emil.kantis@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants