组织ID: |
com.novocode |
项目ID: |
junit-interface |
版本: |
0.3 |
最后修改时间: |
2019-10-22 18:37:55 |
包类型: |
jar |
标题: |
JUnitInterface |
描述: |
An implementation of sbt's test interface for JUnit 4 |
相关URL: |
http://github.com/szeiger/junit-interface/ |
大小: |
10.77KB |
|
Maven引入代码: |
<dependency>
<groupId>com.novocode</groupId>
<artifactId>junit-interface</artifactId>
<version>0.3</version>
</dependency>
|
Gradle引入代码: |
com.novocode:junit-interface:0.3
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">4.0.0</modelVersion>
<groupId xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">com.novocode</groupId>
<artifactId xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">junit-interface</artifactId>
<packaging xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">jar</packaging>
<name>JUnitInterface</name>
<version xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">0.3</version>
<url>http://github.com/szeiger/junit-interface/</url>
<inceptionYear>2009</inceptionYear>
<description>An implementation of sbt's test interface for JUnit 4</description>
<licenses>
<license>
<name>Two-clause BSD-style license</name>
<url>http://github.com/szeiger/junit-interface/blob/master/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>szeiger</id>
<name>Stefan Zeiger</name>
<timezone>+1</timezone>
<email>szeiger [at] novocode.com</email>
</developer>
</developers>
<scm>
<url>http://github.com/szeiger/junit-interface/</url>
</scm>
<dependencies xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<dependency>
<groupId>org.scala-tools.testing</groupId>
<artifactId>test-interface</artifactId>
<version>0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.novocode.junit.JUnitFrameworkNoMarker.class
com.novocode.junit.NoMarkerFingerprint.class
com.novocode.junit.TestFinishedEvent.class
com.novocode.junit.EventDispatcher.class
com.novocode.junit.TestFailedEvent.class
com.novocode.junit.JUnitFramework.class
com.novocode.junit.TestAssumptionFailedEvent.class
com.novocode.junit.AbstractEvent.class
com.novocode.junit.RichLogger.class
com.novocode.junit.TestIgnoredEvent.class
com.novocode.junit.JUnitRunner.class
com.novocode.junit.JUnitFingerprint.class
com.novocode.junit.TestExecutionFailedEvent.class
com.novocode.junit.TestMarker.class
|
依赖Jar: |
无
|