| 组织ID: |
io.vertx |
| 项目ID: |
vertx-unit |
| 版本: |
4.0.0-milestone3 |
| 最后修改时间: |
2019-09-20 04:12:34 |
| 包类型: |
jar |
| 标题: |
Vert.x Unit |
| 大小: |
95.96KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-unit</artifactId>
<version>4.0.0-milestone3</version>
</dependency>
|
| Gradle引入代码: |
io.vertx:vertx-unit:4.0.0-milestone3
|
| 下载Jar包: |
|
| POM文件内容: |
<?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>34</version>
</parent>
<artifactId>vertx-unit</artifactId>
<version>4.0.0-milestone3</version>
<name>Vert.x Unit</name>
<properties>
<stack.version>4.0.0-milestone3</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>
<!-- 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-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>
<!-- 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>
<systemPropertyVariables>
<vertx.test.timeout>60</vertx.test.timeout>
<io.netty.leakDetectionLevel>PARANOID</io.netty.leakDetectionLevel>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>java-9</id>
<activation>
<jdk>9</jdk>
</activation>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/LangTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
<profile>
<id>coverage</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<failIfNoTests>false</failIfNoTests>
<systemPropertyVariables>
<vertx.test.timeout>60</vertx.test.timeout>
<io.netty.leakDetectionLevel>PARANOID</io.netty.leakDetectionLevel>
</systemPropertyVariables>
<argLine>-server -Xms128m -Xmx1024m -XX:NewRatio=2 @{surefireArgLine}</argLine>
<excludes>
<exclude>**/ScratchPad.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.vertx.ext.unit.impl.TestCaseImpl.class
io.vertx.ext.unit.impl.Helper.class
io.vertx.ext.unit.collect.EventBusCollector.class
io.vertx.ext.unit.TestSuite.class
io.vertx.ext.unit.report.impl.JunitXmlFormatter.class
io.vertx.ext.unit.report.ReportingOptions.class
io.vertx.ext.unit.report.TestSuiteReport.class
META-INF/INDEX.LIST
io.vertx.ext.unit.impl.TestCompletionImpl.class
io.vertx.ext.unit.impl.TestCaseReportImpl.class
io.vertx.ext.unit.impl.TestSuiteRunner.class
io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.class
io.vertx.ext.unit.junit.RepeatRule$1.class
io.vertx.ext.unit.junit.VertxUnitRunner$3.class
io.vertx.ext.unit.report.impl.JunitXmlFormatter$1.class
io.vertx.ext.unit.report.impl.SimpleFormatter.class
io.vertx.ext.unit.report.impl.DefaultReporterFactory$2.class
io.vertx.ext.unit.report.impl.EventBusReporter$EventBusReport.class
META-INF/services/io.vertx.core.spi.launcher.CommandFactory
io.vertx.ext.unit.impl.TestContextImpl.class
io.vertx.ext.unit.impl.Task.class
io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$1.class
io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters.class
io.vertx.ext.unit.TestContext.class
io.vertx.ext.unit.report.impl.EventBusReporter.class
io.vertx.ext.unit.report.impl.DefaultReporterFactory$3.class
io.vertx.ext.unit.report.TestCaseReport.class
io.vertx.ext.unit.report.ReportingOptionsConverter.class
io.vertx.ext.unit.impl.Result.class
io.vertx.ext.unit.impl.FailureImpl.class
io.vertx.ext.unit.junit.VertxUnitRunner.class
io.vertx.ext.unit.junit.VertxUnitRunner$1.class
io.vertx.ext.unit.report.impl.SimpleFormatter$ReportImpl.class
io.vertx.ext.unit.report.ReportOptions.class
io.vertx.ext.unit.TestOptions.class
META-INF/maven/io.vertx/vertx-unit/pom.xml
io.vertx.ext.unit.impl.AsyncImpl.class
io.vertx.ext.unit.impl.TestCommandFactory.class
io.vertx.ext.unit.junit.Timeout.class
io.vertx.ext.unit.package-info.class
io.vertx.ext.unit.TestCompletion.class
io.vertx.ext.unit.Async.class
io.vertx.ext.unit.report.impl.JunitXmlFormatter$XmlReport.class
io.vertx.ext.unit.report.TestResult.class
io.vertx.ext.unit.report.ReporterFactory.class
io.vertx.ext.unit.Completion.class
io.vertx.ext.unit.impl.TestResultImpl.class
io.vertx.ext.unit.impl.CompletionImpl.class
io.vertx.ext.unit.impl.TestSuiteReportImpl.class
io.vertx.ext.unit.junit.RunTestOnContext.class
io.vertx.ext.unit.TestOptionsConverter.class
io.vertx.ext.unit.report.impl.ReportStream.class
io.vertx.ext.unit.report.impl.DefaultReporterFactory.class
io.vertx.ext.unit.report.Reporter.class
io.vertx.ext.unit.impl.TestCommand.class
io.vertx.ext.unit.impl.TestSuiteImpl.class
io.vertx.ext.unit.junit.RepeatRule.class
io.vertx.ext.unit.junit.RunTestOnContext$1.class
io.vertx.ext.unit.report.impl.DefaultReporterFactory$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
vertx-dependencies-${stack.version}.jar
/io.vertx/vertx-dependencies/${stack.version}
查看vertx-dependencies所有版本文件
|