MVN

org.patterntesting : patterntesting-exception

Maven & Gradle

Jan 06, 2023
7 usages

PatternTesting Exception (patterntesting-exception) is a framework round about exceptions. It wraps some common exception (like IOException) to provide some more information as the original exception (e.g. the filename with the absolute pathname). On the other it allows you to provoke exceptions for better testing.

<dependency>
    <groupId>org.patterntesting</groupId>
    <artifactId>patterntesting-exception</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.patterntesting : patterntesting-exception to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of org.patterntesting : patterntesting-exception to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
patterntesting-exception-2.3.0
2.2.x
patterntesting-exception-2.2.20-YEARS
patterntesting-exception-2.2.0
2.1.x
patterntesting-exception-2.1.2
patterntesting-exception-2.1.1
patterntesting-exception-2.1.0
2.0.x
patterntesting-exception-2.0.2
patterntesting-exception-2.0.1
patterntesting-exception-2.0.0
1.8.x
patterntesting-exception-1.8.0
1.7.x
patterntesting-exception-1.7.2
patterntesting-exception-1.7.1
patterntesting-exception-1.7.0
1.6.x
patterntesting-exception-1.6.3
patterntesting-exception-1.6.2
patterntesting-exception-1.6.1
patterntesting-exception-1.6.0
1.5.x
patterntesting-exception-1.5.2
patterntesting-exception-1.5.1
patterntesting-exception-1.5.0
1.4.x
patterntesting-exception-1.4.3
patterntesting-exception-1.4.2
patterntesting-exception-1.4.1
patterntesting-exception-1.4.0
1.3.x
patterntesting-exception-1.3.0
1.2.x
patterntesting-exception-1.2.20
patterntesting-exception-1.2.10-YEARS
patterntesting-exception-1.2.0
1.1.x
patterntesting-exception-1.1.0
1.0.x
patterntesting-exception-1.0.3

How to add a dependency to Maven

Add the following org.patterntesting : patterntesting-exception maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.patterntesting</groupId>
    <artifactId>patterntesting-exception</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.patterntesting : patterntesting-exception gradle dependency to your build.gradle file:

implementation 'org.patterntesting:patterntesting-exception:2.3.0'

Gradle Kotlin DSL: Add the following org.patterntesting : patterntesting-exception gradle kotlin dependency to your build.gradle.kts file:

implementation("org.patterntesting:patterntesting-exception:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.patterntesting : patterntesting-exception sbt scala dependency to your build.sbt file:

libraryDependencies += "org.patterntesting" % "patterntesting-exception" % "2.3.0"

Advertisement

Dependencies from Group

Jan 06, 2023
24 usages
1 stars
Jan 06, 2023
8 usages
1 stars
Jan 06, 2023
8 usages
1 stars

Discover Dependencies

Feb 09, 2022
6 usages
442 stars
Aug 23, 2016
4 usages
40 stars
Mar 10, 2022
4 usages
143 stars
May 02, 2020
6 usages
0 stars
Aug 20, 2023
7 usages
3 stars
Aug 26, 2015
8 usages
222 stars
Nov 28, 2018
6 usages
2 stars
Aug 14, 2023
2 usages
4 stars
Apr 01, 2023
8 usages
4.6k stars