| 组织ID: |
com.diva-e.parallel-test-runner |
| 项目ID: |
parallel-test-runner |
| 版本: |
1.0.0 |
| 最后修改时间: |
2018-08-15 15:50:14 |
| 包类型: |
jar |
| 标题: |
Parallel Test Runner |
| 描述: |
A JUnit Runner implementation based on the SpringJUnit4ClassRunner
to allow execution of tests n times in parallel with m repetitions.
|
| 大小: |
14.90KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.diva-e.parallel-test-runner</groupId>
<artifactId>parallel-test-runner</artifactId>
<version>1.0.0</version>
</dependency>
|
| Gradle引入代码: |
com.diva-e.parallel-test-runner:parallel-test-runner:1.0.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>com.diva-e.parallel-test-runner</groupId>
<artifactId>parallel-test-runner-parent</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>parallel-test-runner</artifactId>
<name>Parallel Test Runner</name>
<description>
A JUnit Runner implementation based on the SpringJUnit4ClassRunner
to allow execution of tests n times in parallel with m repetitions.
</description>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.divae.paralleltestrunner.ParallelTestRunner$1.class
com.divae.paralleltestrunner.ParallelTestInfoImpl.class
com.divae.paralleltestrunner.ParallelTestInfo.class
com.divae.paralleltestrunner.SynchronizedTestContextManager.class
com.divae.paralleltestrunner.ParallelTestScope.class
com.divae.paralleltestrunner.ThreadSpecificValueBeanPostProcessor$1.class
com.divae.paralleltestrunner.ThreadSpecificValue.class
com.divae.paralleltestrunner.ThreadSpecificValueBeanPostProcessor$PropertySourcesPropertyResolverExtension.class
com.divae.paralleltestrunner.ParallelTestRunner.class
com.divae.paralleltestrunner.ParallelTestRunner$ParallelTestThread.class
com.divae.paralleltestrunner.ThreadSpecificValueBeanPostProcessor.class
META-INF/maven/com.diva-e.parallel-test-runner/parallel-test-runner/pom.xml
META-INF/maven/com.diva-e.parallel-test-runner/parallel-test-runner/pom.properties
|
| 依赖Jar: |
|