组织ID: |
com.tngtech.junit.dataprovider |
项目ID: |
junit-dataprovider-core |
版本: |
2.1 |
最后修改时间: |
2019-12-01 16:05:01 |
包类型: |
jar |
标题: |
junit-dataprovider-core |
描述: |
The common core for a TestNG like dataprovider runner for JUnit. |
相关URL: |
https://github.com/TNG/junit-dataprovider |
大小: |
35.31KB |
|
Maven引入代码: |
<dependency>
<groupId>com.tngtech.junit.dataprovider</groupId>
<artifactId>junit-dataprovider-core</artifactId>
<version>2.1</version>
</dependency>
|
Gradle引入代码: |
com.tngtech.junit.dataprovider:junit-dataprovider-core:2.1
|
下载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.junit.dataprovider</groupId>
<artifactId>junit-dataprovider-core</artifactId>
<version>2.1</version>
<name>junit-dataprovider-core</name>
<description>The common core for 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>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>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.tngtech.junit.dataprovider.placeholder.IndexPlaceholder.class
com.tngtech.junit.dataprovider.placeholder.CompleteMethodSignaturePlaceholder.class
com.tngtech.junit.dataprovider.placeholder.CanonicalClassNamePlaceholder.class
com.tngtech.junit.dataprovider.placeholder.AbstractArgumentPlaceholder$FromAndTo.class
com.tngtech.junit.dataprovider.placeholder.SimpleClassNamePlaceholder.class
com.tngtech.junit.dataprovider.placeholder.SimpleMethodNamePlaceholder.class
com.tngtech.junit.dataprovider.placeholder.ArgumentPlaceholder.class
com.tngtech.junit.dataprovider.placeholder.ReplacementData.class
com.tngtech.junit.dataprovider.placeholder.AbstractArgumentPlaceholder.class
com.tngtech.junit.dataprovider.placeholder.BasePlaceholder.class
com.tngtech.junit.dataprovider.Preconditions.class
com.tngtech.junit.dataprovider.convert.ObjectArrayConverter.class
com.tngtech.junit.dataprovider.convert.ConverterContext.class
com.tngtech.junit.dataprovider.convert.DataConverter.class
com.tngtech.junit.dataprovider.convert.SingleArgConverter.class
com.tngtech.junit.dataprovider.convert.StringConverter.class
com.tngtech.junit.dataprovider.convert.AbstractObjectConverter.class
com.tngtech.junit.dataprovider.DataProviders.class
com.tngtech.junit.dataprovider.resolver.DefaultDataProviderMethodResolver$1.class
com.tngtech.junit.dataprovider.resolver.DataProviderMethodResolver.class
com.tngtech.junit.dataprovider.resolver.DefaultDataProviderMethodResolver.class
com.tngtech.junit.dataprovider.resolver.ResolveStrategy.class
com.tngtech.junit.dataprovider.resolver.DataProviderMethodResolverHelper.class
com.tngtech.junit.dataprovider.resolver.DataProviderResolverContext.class
|
依赖Jar: |
无
|