Last Version

Fishbowl 1.4.1

Makes it possible to use the AAA (Arrange-Act-Assert) pattern for writing tests for code that throws an exception.

License

License

GroupId

GroupId

com.github.stefanbirkner
ArtifactId

ArtifactId

fishbowl
Version

Version

1.4.1
Type

Type

jar
Description

Description

Fishbowl
Makes it possible to use the AAA (Arrange-Act-Assert) pattern for writing tests for code that throws an exception.
Project URL

Project URL

https://github.com/stefanbirkner/fishbowl/
Source Code Management

Source Code Management

https://github.com/stefanbirkner/fishbowl/

Download fishbowl 1.4.1


<!-- https://jarcasting.com/artifacts/com.github.stefanbirkner/fishbowl/ -->
<dependency>
    <groupId>com.github.stefanbirkner</groupId>
    <artifactId>fishbowl</artifactId>
    <version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stefanbirkner/fishbowl/
implementation 'com.github.stefanbirkner:fishbowl:1.4.1'
// https://jarcasting.com/artifacts/com.github.stefanbirkner/fishbowl/
implementation ("com.github.stefanbirkner:fishbowl:1.4.1")
'com.github.stefanbirkner:fishbowl:jar:1.4.1'
<dependency org="com.github.stefanbirkner" name="fishbowl" rev="1.4.1">
  <artifact name="fishbowl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stefanbirkner', module='fishbowl', version='1.4.1')
)
libraryDependencies += "com.github.stefanbirkner" % "fishbowl" % "1.4.1"
[com.github.stefanbirkner/fishbowl "1.4.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.