| 组织ID: |
eu.codearte.catch-exception |
| 项目ID: |
catch-exception |
| 版本: |
2.0 |
| 最后修改时间: |
2019-05-20 09:59:43 |
| 包类型: |
jar |
| 描述: |
Catch throwables (not only exceptions) |
| 大小: |
11.22KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>eu.codearte.catch-exception</groupId>
<artifactId>catch-exception</artifactId>
<version>2.0</version>
</dependency>
|
| Gradle引入代码: |
eu.codearte.catch-exception:catch-exception:2.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>eu.codearte.catch-exception</groupId>
<artifactId>catch-exception-parent</artifactId>
<version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>catch-exception</artifactId>
<description>Catch throwables (not only exceptions)</description>
<dependencies>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>io.takari.maven.plugins</groupId>
<artifactId>takari-lifecycle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.4.7</version>
<configuration>
<mutationThreshold>90</mutationThreshold>
<coverageThreshold>85</coverageThreshold>
<targetClasses>
<param>com.googlecode.catchexception.*</param>
</targetClasses>
<targetTests>
<param>com.googlecode.catchexception.*</param>
</targetTests>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.googlecode.catchexception.ExceptionNotThrownAssertionError.class
com.googlecode.catchexception.ExceptionCaptor.class
com.googlecode.catchexception.ThrowingCallable.class
com.googlecode.catchexception.apis.CatchExceptionHamcrestMatchers.class
com.googlecode.catchexception.apis.internal.hamcrest.ExceptionMessageMatcher.class
com.googlecode.catchexception.apis.internal.hamcrest.ExceptionNoCauseMatcher.class
com.googlecode.catchexception.apis.CatchExceptionUtils.class
com.googlecode.catchexception.apis.BDDCatchException.class
com.googlecode.catchexception.ExceptionUtil.class
com.googlecode.catchexception.ExceptionHolder.class
com.googlecode.catchexception.CatchException.class
META-INF/maven/eu.codearte.catch-exception/catch-exception/pom.xml
META-INF/maven/eu.codearte.catch-exception/catch-exception/pom.properties
|
| 依赖Jar: |
|