b

blockhound-junit-platform

Integrates the BlockHound Java agent to detect blocking calls in JUnit Platform-based tests.
https://github.com/reactor/BlockHound
Apache License, Version 2.0
Simon Baslé Sergei Egorov
Files download
File Operation
blockhound-junit-platform-1.0.9.RELEASE.jar download
blockhound-junit-platform-1.0.9.RELEASE.pom download
blockhound-junit-platform-1.0.9.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>io.projectreactor.tools</groupId>
  <artifactId>blockhound-junit-platform</artifactId>
  <version>1.0.9.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.projectreactor.tools:blockhound-junit-platform:1.0.9.RELEASE'
Gradle Kotlin
implementation("io.projectreactor.tools:blockhound-junit-platform:1.0.9.RELEASE")
Scala SBT
libraryDependencies += "io.projectreactor.tools" % "blockhound-junit-platform" % "1.0.9.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.projectreactor.tools', module='blockhound-junit-platform', version='1.0.9.RELEASE')
)
Apache Ivy
<dependency org="io.projectreactor.tools" name="blockhound-junit-platform" rev="1.0.9.RELEASE" />
Leiningen
[io.projectreactor.tools/blockhound-junit-platform "1.0.9.RELEASE"]
Apache Buildr
'io.projectreactor.tools:blockhound-junit-platform:jar:1.0.9.RELEASE'