Download vertx-unit-3.0.0.jar file

Introduction

You can download vertx-unit-3.0.0.jar in this page.

License

Open Source License

Type List

vertx-unit-3.0.0.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/io.vertx/vertx-unit/pom.properties
META-INF/maven/io.vertx/vertx-unit/pom.xml
io.vertx.ext.unit.Async.class
io.vertx.ext.unit.TestCase.class
io.vertx.ext.unit.TestCompletion.class
io.vertx.ext.unit.TestContext.class
io.vertx.ext.unit.TestOptions.class
io.vertx.ext.unit.TestSuite.class
io.vertx.ext.unit.collect.EventBusCollector.class
io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.class
io.vertx.ext.unit.impl.ExecutionContext.class
io.vertx.ext.unit.impl.FailureImpl.class
io.vertx.ext.unit.impl.Helper.class
io.vertx.ext.unit.impl.ReporterHandler.class
io.vertx.ext.unit.impl.Result.class
io.vertx.ext.unit.impl.Task.class
io.vertx.ext.unit.impl.TestCaseImpl.class
io.vertx.ext.unit.impl.TestCaseReportImpl.class
io.vertx.ext.unit.impl.TestContextImpl.class
io.vertx.ext.unit.impl.TestResultImpl.class
io.vertx.ext.unit.impl.TestSuiteImpl.class
io.vertx.ext.unit.impl.TestSuiteReportImpl.class
io.vertx.ext.unit.impl.TestSuiteRunner.class
io.vertx.ext.unit.junit.RunTestOnContext.class
io.vertx.ext.unit.junit.VertxUnitRunner.class
io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters.class
io.vertx.ext.unit.junit.VertxUnitRunnerWithParametersFactory.class
io.vertx.ext.unit.junit.VertxUnitStatement.class
io.vertx.ext.unit.package-info.class
io.vertx.ext.unit.report.Failure.class
io.vertx.ext.unit.report.ReportOptions.class
io.vertx.ext.unit.report.Reporter.class
io.vertx.ext.unit.report.ReporterFactory.class
io.vertx.ext.unit.report.ReportingOptions.class
io.vertx.ext.unit.report.TestCaseReport.class
io.vertx.ext.unit.report.TestResult.class
io.vertx.ext.unit.report.TestSuiteReport.class
io.vertx.ext.unit.report.impl.DefaultReporterFactory.class
io.vertx.ext.unit.report.impl.EventBusReporter.class
io.vertx.ext.unit.report.impl.JunitXmlFormatter.class
io.vertx.ext.unit.report.impl.ReportStream.class
io.vertx.ext.unit.report.impl.SimpleFormatter.class
io.vertx.groovy.ext.unit.Async.class
io.vertx.groovy.ext.unit.TestCase.class
io.vertx.groovy.ext.unit.TestCompletion.class
io.vertx.groovy.ext.unit.TestContext.class
io.vertx.groovy.ext.unit.TestSuite.class
io.vertx.groovy.ext.unit.collect.EventBusCollector.class
io.vertx.groovy.ext.unit.junit.VertxUnitRunner.class
io.vertx.groovy.ext.unit.junit.VertxUnitRunnerWithParameters.class
io.vertx.groovy.ext.unit.junit.VertxUnitRunnerWithParametersFactory.class
io.vertx.groovy.ext.unit.report.Failure.class
io.vertx.groovy.ext.unit.report.TestCaseReport.class
io.vertx.groovy.ext.unit.report.TestResult.class
io.vertx.groovy.ext.unit.report.TestSuiteReport.class
io.vertx.rxjava.ext.unit.Async.class
io.vertx.rxjava.ext.unit.TestCase.class
io.vertx.rxjava.ext.unit.TestCompletion.class
io.vertx.rxjava.ext.unit.TestContext.class
io.vertx.rxjava.ext.unit.TestSuite.class
io.vertx.rxjava.ext.unit.collect.EventBusCollector.class
io.vertx.rxjava.ext.unit.report.Failure.class
io.vertx.rxjava.ext.unit.report.TestCaseReport.class
io.vertx.rxjava.ext.unit.report.TestResult.class
io.vertx.rxjava.ext.unit.report.TestSuiteReport.class
vertx-unit-js/async.js
vertx-unit-js/event_bus_collector.js
vertx-unit-js/failure.js
vertx-unit-js/test_case.js
vertx-unit-js/test_case_report.js
vertx-unit-js/test_completion.js
vertx-unit-js/test_context.js
vertx-unit-js/test_result.js
vertx-unit-js/test_suite.js
vertx-unit-js/test_suite_report.js
vertx-unit/async.rb
vertx-unit/event_bus_collector.rb
vertx-unit/failure.rb
vertx-unit/test_case.rb
vertx-unit/test_case_report.rb
vertx-unit/test_completion.rb
vertx-unit/test_context.rb
vertx-unit/test_result.rb
vertx-unit/test_suite.rb
vertx-unit/test_suite_report.rb

Pom

vertx-unit-3.0.0.pom file content.

<?xml version="1.0"?>
<!--
  ~ Copyright (c) 2011-2014 The original author or authors
  ~
  ~  All rights reserved. This program and the accompanying materials
  ~  are made available under the terms of the Eclipse Public License v1.0
  ~  and Apache License v2.0 which accompanies this distribution.
  ~
  ~      The Eclipse Public License is available at
  ~      http://www.eclipse.org/legal/epl-v10.html
  ~
  ~      The Apache License v2.0 is available at
  ~      http://www.opensource.org/licenses/apache2.0.php
  ~
  ~  You may elect to redistribute this code under either of these licenses.
  -->

<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>io.vertx</groupId>
    <artifactId>vertx-ext-parent</artifactId>
    <version>14</version>
  </parent>

  <artifactId>vertx-unit</artifactId>
  <version>3.0.0</version>

  <name>Vert.x Unit</name>

  <properties>
    <stack.version>3.0.0</stack.version>
  </properties>

  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.vertx</groupId>
        <artifactId>vertx-dependencies</artifactId>
        <version>${stack.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>

  <dependencies>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-core</artifactId>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-lang-groovy</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-lang-js</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-lang-ruby</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-rx-java</artifactId>
      <optional>true</optional>
    </dependency>

    <!-- Not needed at runtime unless you use the JUnit extension -->
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-docgen</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-codetrans</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-codegen</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-core</artifactId>
      <type>test-jar</type>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <build>

    <plugins>

      <plugin>
        <groupId>org.codehaus.gmavenplus</groupId>
        <artifactId>gmavenplus-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>compile</goal>
              <goal>testCompile</goal>
            </goals>
          </execution>
        </executions>
      </plugin>


      <!-- Copy resources after compilation phase as we generate JS in src/main/resources -->
      <plugin>
        <artifactId>maven-resources-plugin</artifactId>
        <executions>
          <execution>
            <id>default-resources</id>
            <phase>process-classes</phase>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
          <systemPropertyVariables>
            <vertx.test.timeout>60</vertx.test.timeout>
            <io.netty.leakDetectionLevel>PARANOID</io.netty.leakDetectionLevel>
          </systemPropertyVariables>
          <argLine>-server -Xms128m -Xmx1024m -XX:NewRatio=2</argLine>
          <excludes>
            <exclude>**/ScratchPad.java</exclude>
          </excludes>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>io.vertx</groupId>
   <artifactId>vertx-unit</artifactId>
   <version>3.0.0</version>
</dependency>

Download

If you think the following vertx-unit-3.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download vertx-unit-3.0.0.jar file




PreviousNext

Related