Download randomizedtesting-runner-2.1.10.jar file

Introduction

You can download randomizedtesting-runner-2.1.10.jar in this page.

License

Open Source

Type List

randomizedtesting-runner-2.1.10.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.TempPathResource.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.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.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.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

Pom

randomizedtesting-runner-2.1.10.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.1.10</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>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <scope>test</scope>
    </dependency>

    <dependency>
       <groupId>org.easytesting</groupId>
       <artifactId>fest-assert-core</artifactId>
       <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
  
  <build>
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-javadoc-plugin</artifactId>
          <configuration>
            <overview>${basedir}/src/main/java/com/carrotsearch/randomizedtesting/package.html</overview>
            <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>
            <header><![CDATA[<div id='header'><a class='logo' target='_top' href='http://labs.carrotsearch.com'></a>${project.name} v${project.version} <br>API Documentation</div>]]></header>
          </configuration>
        </plugin>
        
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-jar-plugin</artifactId>
          <configuration>
            <archive>  
              <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
            </archive>
          </configuration>
        </plugin>

        <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
        <plugin>
          <groupId>org.eclipse.m2e</groupId>
          <artifactId>lifecycle-mapping</artifactId>
          <version>1.0.0</version>
          <configuration>
            <lifecycleMappingMetadata>
              <pluginExecutions>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>org.apache.felix</groupId>
                    <artifactId>maven-bundle-plugin</artifactId>
                    <versionRange>[2.3.4,)</versionRange>
                    <goals>
                      <goal>manifest</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <ignore />
                  </action>
                </pluginExecution>
              </pluginExecutions>
            </lifecycleMappingMetadata>
          </configuration>
        </plugin>
      </plugins>
    </pluginManagement>

    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>2.3.4</version>
        <configuration>
          <instructions>
            <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment>
            <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
            <Export-Package>${project.groupId}.*;version="${project.version}"</Export-Package>
          </instructions>
        </configuration>
        <executions>
          <execution>
            <id>bundle-manifest</id>
            <phase>process-classes</phase>
            <goals>
              <goal>manifest</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>com.carrotsearch.randomizedtesting</groupId>
   <artifactId>randomizedtesting-runner</artifactId>
   <version>2.1.10</version>
</dependency>

Download

If you think the following randomizedtesting-runner-2.1.10.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.1.10.jar file




PreviousNext

Related