Skip to content

Conversation

@retronym
Copy link
Contributor

No description provided.

@cla-bot
Copy link

cla-bot bot commented Aug 10, 2023

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.

@retronym retronym force-pushed the feature/assumption-failure branch from ee4e864 to 11accfe Compare August 10, 2023 01:12
@cla-bot
Copy link

cla-bot bot commented Aug 10, 2023

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.

@artimasites
Copy link

@cla-bot[bot] check

@cla-bot cla-bot bot added the cla-signed label Aug 10, 2023
@cla-bot
Copy link

cla-bot bot commented Aug 10, 2023

The cla-bot has been summoned, and re-checked this pull request!

@cheeseng
Copy link
Contributor

@retronym Thanks for the PR! The changes looks good! I'll port this over to scalatest+junit5 as well.

@cheeseng cheeseng requested a review from bvenners August 10, 2023 07:17
cheeseng added a commit to scalatest/scalatestplus-junit5 that referenced this pull request Aug 10, 2023
@lrytz
Copy link

lrytz commented Mar 8, 2024

Bump 🛎️

@cheeseng cheeseng merged commit b343344 into scalatest:main Jun 19, 2024
@tech-jun-jones
Copy link

retronym:feature/assumption-failure

@tech-jun-jones
Copy link

class IterablePublisherTest(env: TestEnvironment, publisherShutdownTimeout: Long)
extends PublisherVerification[Int](env, publisherShutdownTimeout)
with TestNGSuiteLike {

def this() {
this(new TestEnvironment(500), 1000)
}

def createPublisher(elements: Long): Publisher[Int] = ???

// example error state publisher implementation
override def createFailedPublisher(): Publisher[Int] =
new Publisher[Int] {
override def subscribe(s: Subscriber[Int]): Unit =
s.onError(new Exception("Unable to serve subscribers right now!"))
}

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants