License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.patterntesting |
ArtifactId | ArtifactIdpatterntesting-exception |
Last Version | Last Version0.9.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpatterntesting-exception
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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
patterntesting-exception-0.9.9.pom | |
patterntesting-exception-0.9.9.jar | 25 KB |
patterntesting-exception-0.9.9-sources.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting-exception/ -->
<dependency>
<groupId>net.sf.patterntesting</groupId>
<artifactId>patterntesting-exception</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting-exception/
implementation 'net.sf.patterntesting:patterntesting-exception:0.9.9'
// https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting-exception/
implementation ("net.sf.patterntesting:patterntesting-exception:0.9.9")
'net.sf.patterntesting:patterntesting-exception:jar:0.9.9'
<dependency org="net.sf.patterntesting" name="patterntesting-exception" rev="0.9.9">
<artifact name="patterntesting-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.patterntesting', module='patterntesting-exception', version='0.9.9')
)
libraryDependencies += "net.sf.patterntesting" % "patterntesting-exception" % "0.9.9"
[net.sf.patterntesting/patterntesting-exception "0.9.9"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.patterntesting : patterntesting-rt | jar | [0.9.7,] |
org.aspectj : aspectjrt | jar | 1.6.5 |
commons-lang : commons-lang | jar | [2.3,] |
commons-logging : commons-logging | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.15 |