| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.patterntesting |
| Идентификатор | Идентификаторpatterntesting-exception |
| Последняя версия | Последняя версия0.9.9 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеpatterntesting-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.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| patterntesting-exception-0.9.9.pom | |
| patterntesting-exception-0.9.9.jar | 25 KB |
| patterntesting-exception-0.9.9-sources.jar | 12 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| log4j : log4j | jar | 1.2.15 |