-
-
Notifications
You must be signed in to change notification settings - Fork 11
Translate TestCanceled to fireAssumptionFailed #28
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
Conversation
|
Hi @retronym, we require contributors to sign our Contributor License Agreement, and we don't have yours on file. In order for us to review and merge your code, please access https://www.artima.com/cla/choose-type to sign our Contributor License Agreement. Your effort is highly appreciated. Thank you. |
ee4e864 to
11accfe
Compare
|
Hi @retronym, we require contributors to sign our Contributor License Agreement, and we don't have yours on file. In order for us to review and merge your code, please access https://www.artima.com/cla/choose-type to sign our Contributor License Agreement. Your effort is highly appreciated. Thank you. |
|
@cla-bot[bot] check |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
@retronym Thanks for the PR! The changes looks good! I'll port this over to scalatest+junit5 as well. |
|
Bump 🛎️ |
|
retronym:feature/assumption-failure |
|
class IterablePublisherTest(env: TestEnvironment, publisherShutdownTimeout: Long) def this() { def createPublisher(elements: Long): Publisher[Int] = ??? // example error state publisher implementation } |
No description provided.