is not current version
Last Version 0.9.9

net.sf.patterntesting:patterntesting-exception 0.9.8

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.patterntesting
ArtifactId

ArtifactId

patterntesting-exception
Version

Version

0.9.8
Type

Type

jar

Download patterntesting-exception 0.9.8


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