You can download randomizedtesting-runner-2.3.2.jar in this page.
Open Source
randomizedtesting-runner-2.3.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.carrotsearch.randomizedtesting/randomizedtesting-runner/pom.properties META-INF/maven/com.carrotsearch.randomizedtesting/randomizedtesting-runner/pom.xml com.carrotsearch.randomizedtesting.AnnotatedMethodProvider.class com.carrotsearch.randomizedtesting.AssertingRandom.class com.carrotsearch.randomizedtesting.ClassGlobFilter.class com.carrotsearch.randomizedtesting.ClassModel.class com.carrotsearch.randomizedtesting.Classes.class com.carrotsearch.randomizedtesting.CloseableResourceInfo.class com.carrotsearch.randomizedtesting.FilterExpressionParser.class com.carrotsearch.randomizedtesting.GlobFilter.class com.carrotsearch.randomizedtesting.GroupEvaluator.class com.carrotsearch.randomizedtesting.InstanceProvider.class com.carrotsearch.randomizedtesting.InternalAssumptionViolatedException.class com.carrotsearch.randomizedtesting.JUnit3MethodProvider.class com.carrotsearch.randomizedtesting.JUnit4MethodProvider.class com.carrotsearch.randomizedtesting.LifecycleScope.class com.carrotsearch.randomizedtesting.MethodGlobFilter.class com.carrotsearch.randomizedtesting.MixWithSuiteName.class com.carrotsearch.randomizedtesting.MurmurHash3.class com.carrotsearch.randomizedtesting.ObjectProcedure.class com.carrotsearch.randomizedtesting.RandomizedContext.class com.carrotsearch.randomizedtesting.RandomizedRunner.class com.carrotsearch.randomizedtesting.RandomizedTest.class com.carrotsearch.randomizedtesting.Randomness.class com.carrotsearch.randomizedtesting.Rants.class com.carrotsearch.randomizedtesting.ReproduceErrorMessageBuilder.class com.carrotsearch.randomizedtesting.ResourceDisposalError.class com.carrotsearch.randomizedtesting.Rethrow.class com.carrotsearch.randomizedtesting.RunnerThreadGroup.class com.carrotsearch.randomizedtesting.SeedDecorator.class com.carrotsearch.randomizedtesting.SeedUtils.class com.carrotsearch.randomizedtesting.StackTraceHolder.class com.carrotsearch.randomizedtesting.SysGlobals.class com.carrotsearch.randomizedtesting.TeeOutputStream.class com.carrotsearch.randomizedtesting.TempPathResource.class com.carrotsearch.randomizedtesting.TestMethodAndParams.class com.carrotsearch.randomizedtesting.TestMethodProvider.class com.carrotsearch.randomizedtesting.ThreadFilter.class com.carrotsearch.randomizedtesting.ThreadLeakControl.class com.carrotsearch.randomizedtesting.ThreadLeakError.class com.carrotsearch.randomizedtesting.Threads.class com.carrotsearch.randomizedtesting.TraceFormatting.class com.carrotsearch.randomizedtesting.UncaughtExceptionError.class com.carrotsearch.randomizedtesting.Validation.class com.carrotsearch.randomizedtesting.WriterOutputStream.class com.carrotsearch.randomizedtesting.annotations.Listeners.class com.carrotsearch.randomizedtesting.annotations.Name.class com.carrotsearch.randomizedtesting.annotations.Nightly.class com.carrotsearch.randomizedtesting.annotations.ParametersFactory.class com.carrotsearch.randomizedtesting.annotations.Repeat.class com.carrotsearch.randomizedtesting.annotations.ReplicateOnEachVm.class com.carrotsearch.randomizedtesting.annotations.Seed.class com.carrotsearch.randomizedtesting.annotations.SeedDecorators.class com.carrotsearch.randomizedtesting.annotations.Seeds.class com.carrotsearch.randomizedtesting.annotations.TestCaseInstanceProvider.class com.carrotsearch.randomizedtesting.annotations.TestCaseOrdering.class com.carrotsearch.randomizedtesting.annotations.TestGroup.class com.carrotsearch.randomizedtesting.annotations.TestMethodProviders.class com.carrotsearch.randomizedtesting.annotations.ThreadLeakAction.class com.carrotsearch.randomizedtesting.annotations.ThreadLeakFilters.class com.carrotsearch.randomizedtesting.annotations.ThreadLeakGroup.class com.carrotsearch.randomizedtesting.annotations.ThreadLeakLingering.class com.carrotsearch.randomizedtesting.annotations.ThreadLeakScope.class com.carrotsearch.randomizedtesting.annotations.ThreadLeakZombies.class com.carrotsearch.randomizedtesting.annotations.Timeout.class com.carrotsearch.randomizedtesting.annotations.TimeoutSuite.class com.carrotsearch.randomizedtesting.generators.ASCIIGenerator.class com.carrotsearch.randomizedtesting.generators.CodepointSetGenerator.class com.carrotsearch.randomizedtesting.generators.RandomBytes.class com.carrotsearch.randomizedtesting.generators.RandomInts.class com.carrotsearch.randomizedtesting.generators.RandomPicks.class com.carrotsearch.randomizedtesting.generators.RandomStrings.class com.carrotsearch.randomizedtesting.generators.RealisticUnicodeGenerator.class com.carrotsearch.randomizedtesting.generators.StringGenerator.class com.carrotsearch.randomizedtesting.generators.UnicodeGenerator.class com.carrotsearch.randomizedtesting.listeners.ReproduceInfoPrinter.class com.carrotsearch.randomizedtesting.rules.Constants.class com.carrotsearch.randomizedtesting.rules.IdentityHashSet.class com.carrotsearch.randomizedtesting.rules.MurmurHash3.class com.carrotsearch.randomizedtesting.rules.NoClassHooksShadowingRule.class com.carrotsearch.randomizedtesting.rules.NoInstanceHooksOverridesRule.class com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule.class com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.class com.carrotsearch.randomizedtesting.rules.RequireAssertionsRule.class com.carrotsearch.randomizedtesting.rules.StatementAdapter.class com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule.class com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule.class com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule.class com.carrotsearch.randomizedtesting.rules.TestRuleAdapter.class
randomizedtesting-runner-2.3.2.pom file content.
<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>2.3.2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>randomizedtesting-runner</artifactId> <name>RandomizedTesting Randomized Runner</name> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <groups> <group> <title>RandomizedRunner and RandomizedTest</title> <packages>com.carrotsearch.randomizedtesting*</packages> </group> <group> <title>Annotations</title> <packages>com.carrotsearch.randomizedtesting.annotations</packages> </group> <group> <title>Listeners, Generators and Validators</title> <packages>com.carrotsearch.randomizedtesting.generators:com.carrotsearch.randomizedtesting.listeners:com.carrotsearch.randomizedtesting.validators</packages> </group> </groups> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> <Bundle-RequiredExecutionEnvironment>JavaSE-1.7</Bundle-RequiredExecutionEnvironment> <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName> <Export-Package>${project.groupId}.*;version="${project.version}"</Export-Package> </instructions> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.carrotsearch.randomizedtesting</groupId> <artifactId>randomizedtesting-runner</artifactId> <version>2.3.2</version> </dependency>
If you think the following randomizedtesting-runner-2.3.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download randomizedtesting-runner-2.3.2.jar file