| 组织ID: |
org.jmock |
| 项目ID: |
jmock-junit3 |
| 版本: |
2.1.0-RC4 |
| 最后修改时间: |
2019-10-23 02:59:49 |
| 包类型: |
jar |
| 标题: |
jMock JUnit 3 Extension |
| 大小: |
16.67KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit3</artifactId>
<version>2.1.0-RC4</version>
</dependency>
|
| Gradle引入代码: |
org.jmock:jmock-junit3:2.1.0-RC4
|
| 下载Jar包: |
|
| POM文件内容: |
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jmock</groupId>
<artifactId>jmock-parent</artifactId>
<version>2.1.0-RC4</version>
</parent>
<artifactId>jmock-junit3</artifactId>
<version>2.1.0-RC4</version>
<packaging>jar</packaging>
<name>jMock JUnit 3 Extension</name>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>jmock</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.jmock.integration.junit3.JUnit3ErrorTranslator.class
org/jmock/integration/junit3/JUnit3ErrorTranslator.java
org.jmock.integration.junit3.JUnit3Mockery.class
org/jmock/integration/junit3/JUnit3Mockery.java
org.jmock.integration.junit3.MockObjectTestCase$1.class
org.jmock.integration.junit3.MockObjectTestCase.class
org/jmock/integration/junit3/MockObjectTestCase.java
org.jmock.integration.junit3.VerifyingTestCase.class
org/jmock/integration/junit3/VerifyingTestCase.java
META-INF/maven/org.jmock/jmock-junit3/pom.xml
META-INF/maven/org.jmock/jmock-junit3/pom.properties
|
| 依赖Jar: |
jmock-${pom.version}.jar
/${pom.groupId}/jmock/${pom.version}
查看jmock所有版本文件
junit-3.8.2.jar
/junit/junit/3.8.2
查看junit所有版本文件
|