组织ID: |
com.carrotsearch.randomizedtesting |
项目ID: |
randomizedtesting-runner |
版本: |
0.0.3 |
最后修改时间: |
2019-10-22 11:49:10 |
包类型: |
jar |
标题: |
RandomizedTesting JUnit Runner |
大小: |
98.02KB |
|
Maven引入代码: |
<dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-runner</artifactId>
<version>0.0.3</version>
</dependency>
|
Gradle引入代码: |
com.carrotsearch.randomizedtesting:randomizedtesting-runner:0.0.3
|
下载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>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-parent</artifactId>
<version>0.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>randomizedtesting-runner</artifactId>
<name>RandomizedTesting JUnit Runner</name>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>10.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.carrotsearch.randomizedtesting.ReproduceErrorMessageBuilder.class
com.carrotsearch.randomizedtesting.RandomizedRunner$4.class
com.carrotsearch.randomizedtesting.RandomizedRunner.class
com.carrotsearch.randomizedtesting.RandomizedTest$2.class
com.carrotsearch.randomizedtesting.Rethrow$Rethrower.class
com.carrotsearch.randomizedtesting.ResourceDisposalError.class
com.carrotsearch.randomizedtesting.MethodCollector$1.class
com.carrotsearch.randomizedtesting.RandomizedRunner$1.class
com.carrotsearch.randomizedtesting.generators.RandomStrings.class
com.carrotsearch.randomizedtesting.generators.RandomPicks.class
com.carrotsearch.randomizedtesting.generators.RandomInts.class
com.carrotsearch.randomizedtesting.RandomizedRunner$Dummy.class
com.carrotsearch.randomizedtesting.Validation.class
com.carrotsearch.randomizedtesting.RandomizedContext.class
com.carrotsearch.randomizedtesting.Validation$ClassValidation.class
com.carrotsearch.randomizedtesting.MethodCollector.class
com.carrotsearch.randomizedtesting.RandomizedTest$1.class
com.carrotsearch.randomizedtesting.listeners.LineOrientedOutputStream.class
com.carrotsearch.randomizedtesting.listeners.PrefixedOutputStream.class
com.carrotsearch.randomizedtesting.listeners.VerboseTestInfoPrinter$Status.class
com.carrotsearch.randomizedtesting.listeners.VerboseTestInfoPrinter$SmartOutputStream.class
com.carrotsearch.randomizedtesting.listeners.VerboseTestInfoPrinter.class
com.carrotsearch.randomizedtesting.annotations.Timeout.class
com.carrotsearch.randomizedtesting.annotations.TestGroup.class
com.carrotsearch.randomizedtesting.annotations.ParametersFactory.class
com.carrotsearch.randomizedtesting.annotations.Repeat.class
com.carrotsearch.randomizedtesting.annotations.Nightly.class
com.carrotsearch.randomizedtesting.annotations.Name.class
com.carrotsearch.randomizedtesting.annotations.ThreadLeaks.class
com.carrotsearch.randomizedtesting.annotations.Seed.class
com.carrotsearch.randomizedtesting.annotations.Listeners.class
com.carrotsearch.randomizedtesting.annotations.Seeds.class
com.carrotsearch.randomizedtesting.annotations.Validators.class
com.carrotsearch.randomizedtesting.RandomizedRunner$DeferredInstantiationException.class
com.carrotsearch.randomizedtesting.RandomNoSetSeed.class
com.carrotsearch.randomizedtesting.RandomizedRunner$5.class
com.carrotsearch.randomizedtesting.Validation$MethodValidation.class
com.carrotsearch.randomizedtesting.ThreadingError.class
com.carrotsearch.randomizedtesting.ObjectProcedure.class
com.carrotsearch.randomizedtesting.Pair.class
com.carrotsearch.randomizedtesting.RandomizedRunner$2.class
com.carrotsearch.randomizedtesting.InternalAssumptionViolatedException.class
com.carrotsearch.randomizedtesting.Rants$RantType.class
com.carrotsearch.randomizedtesting.TempPathResource.class
com.carrotsearch.randomizedtesting.RandomizedContext$1.class
com.carrotsearch.randomizedtesting.Rants.class
com.carrotsearch.randomizedtesting.RandomizedRunner$3.class
com.carrotsearch.randomizedtesting.RandomizedTest$3.class
com.carrotsearch.randomizedtesting.RandomizedRunner$TestCandidate.class
com.carrotsearch.randomizedtesting.RuntimeTestGroup.class
com.carrotsearch.randomizedtesting.Rethrow$1.class
com.carrotsearch.randomizedtesting.Rethrow.class
com.carrotsearch.randomizedtesting.CloseableResourceInfo.class
com.carrotsearch.randomizedtesting.validators.NoJUnit3TestMethods.class
com.carrotsearch.randomizedtesting.validators.NoTestMethodOverrides.class
com.carrotsearch.randomizedtesting.validators.NoHookMethodShadowing.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-${junit.version}.jar
/junit/junit/${junit.version}
查看junit所有版本文件
guava-10.0.1.jar
/com.google.guava/guava/10.0.1
查看guava所有版本文件
|