f

fishbowl

Makes it possible to use the AAA (Arrange-Act-Assert) pattern for writing tests for code that throws an exception.
https://github.com/stefanbirkner/fishbowl/
MIT License
Stefan Birkner
Files download
File Operation
fishbowl-1.0.0.jar download
fishbowl-1.0.0.pom download
fishbowl-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.stefanbirkner</groupId>
  <artifactId>fishbowl</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.stefanbirkner:fishbowl:1.0.0'
Gradle Kotlin
implementation("com.github.stefanbirkner:fishbowl:1.0.0")
Scala SBT
libraryDependencies += "com.github.stefanbirkner" % "fishbowl" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stefanbirkner', module='fishbowl', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.stefanbirkner" name="fishbowl" rev="1.0.0" />
Leiningen
[com.github.stefanbirkner/fishbowl "1.0.0"]
Apache Buildr
'com.github.stefanbirkner:fishbowl:jar:1.0.0'
Dependencies
The project has no third-party dependencies