组织ID: |
com.tngtech.java |
项目ID: |
junit-dataprovider |
版本: |
1.5.0 |
最后修改时间: |
2019-05-09 17:03:35 |
包类型: |
jar |
标题: |
junit-dataprovider |
描述: |
A TestNG like dataprovider runner for JUnit |
相关URL: |
https://github.com/TNG/junit-dataprovider |
大小: |
8.74KB |
|
Maven引入代码: |
<dependency>
<groupId>com.tngtech.java</groupId>
<artifactId>junit-dataprovider</artifactId>
<version>1.5.0</version>
</dependency>
|
Gradle引入代码: |
com.tngtech.java:junit-dataprovider:1.5.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.tngtech.java</groupId>
<artifactId>junit-dataprovider</artifactId>
<version>1.5.0</version>
<name>junit-dataprovider</name>
<description>A TestNG like dataprovider runner for JUnit</description>
<url>https://github.com/TNG/junit-dataprovider</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>lepokle</id>
<name>Leo von Klenze</name>
</developer>
<developer>
<id>aaschmid</id>
<name>Andreas Schmid</name>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:TNG/junit-dataprovider.git</connection>
<developerConnection>scm:git@github.com:TNG/junit-dataprovider.git</developerConnection>
<url>scm:git@github.com:TNG/junit-dataprovider.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert-core</artifactId>
<version>2.+</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.+</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.8.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.tngtech.java.junit.dataprovider.DataProvider.class
com.tngtech.java.junit.dataprovider.DataProviderFilter.class
com.tngtech.java.junit.dataprovider.DataProviderFrameworkMethod.class
com.tngtech.java.junit.dataprovider.DataProviderRunner.class
com.tngtech.java.junit.dataprovider.UseDataProvider.class
|
依赖Jar: |
fest-assert-core-2.+.jar
/org.easytesting/fest-assert-core/2.+
查看fest-assert-core所有版本文件
mockito-core-1.9.+.jar
/org.mockito/mockito-core/1.9.+
查看mockito-core所有版本文件
annotations-2.0.1.jar
/com.google.code.findbugs/annotations/2.0.1
查看annotations所有版本文件
junit-dep-4.8.2.jar
/junit/junit-dep/4.8.2
查看junit-dep所有版本文件
|