Download junit-vintage-engine-4.12.0.jar file

Introduction

You can download junit-vintage-engine-4.12.0.jar in this page.

License

Eclipse Public License v1.0

Type List

junit-vintage-engine-4.12.0.jar file has the following types.

META-INF/LICENSE-notice.md
META-INF/LICENSE.md
META-INF/MANIFEST.MF
META-INF/services/org.junit.platform.engine.TestEngine
org.junit.vintage.engine.VintageTestEngine.class
org.junit.vintage.engine.descriptor.RunnerRequest.class
org.junit.vintage.engine.descriptor.RunnerTestDescriptor.class
org.junit.vintage.engine.descriptor.VintageTestDescriptor.class
org.junit.vintage.engine.discovery.ClassSelectorResolver.class
org.junit.vintage.engine.discovery.ClasspathRootSelectorResolver.class
org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.class
org.junit.vintage.engine.discovery.DiscoverySelectorResolver.class
org.junit.vintage.engine.discovery.IsPotentialJUnit4TestClass.class
org.junit.vintage.engine.discovery.IsPotentialJUnit4TestMethod.class
org.junit.vintage.engine.discovery.JUnit4DiscoveryRequestResolver.class
org.junit.vintage.engine.discovery.MethodSelectorResolver.class
org.junit.vintage.engine.discovery.OrFilter.class
org.junit.vintage.engine.discovery.PackageNameSelectorResolver.class
org.junit.vintage.engine.discovery.RunnerTestDescriptorAwareFilter.class
org.junit.vintage.engine.discovery.TestClassCollector.class
org.junit.vintage.engine.discovery.TestClassRequest.class
org.junit.vintage.engine.discovery.TestClassRequestResolver.class
org.junit.vintage.engine.discovery.UniqueIdFilter.class
org.junit.vintage.engine.discovery.UniqueIdReader.class
org.junit.vintage.engine.discovery.UniqueIdSelectorResolver.class
org.junit.vintage.engine.discovery.UniqueIdStringifier.class
org.junit.vintage.engine.execution.RunListenerAdapter.class
org.junit.vintage.engine.execution.RunnerExecutor.class
org.junit.vintage.engine.execution.TestRun.class

Pom

junit-vintage-engine-4.12.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.junit.vintage</groupId>
  <artifactId>junit-vintage-engine</artifactId>
  <version>4.12.0-M4</version>
  <name>org.junit.vintage:junit-vintage-engine</name>
  <description>Module "junit-vintage-engine" of JUnit 5.</description>
  <url>http://junit.org/junit5/</url>
  <licenses>
    <license>
      <name>Eclipse Public License v1.0</name>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bechte</id>
      <name>Stefan Bechtold</name>
      <email>stefan.bechtold@me.com</email>
    </developer>
    <developer>
      <id>jlink</id>
      <name>Johannes Link</name>
      <email>business@johanneslink.net</email>
    </developer>
    <developer>
      <id>marcphilipp</id>
      <name>Marc Philipp</name>
      <email>mail@marcphilipp.de</email>
    </developer>
    <developer>
      <id>mmerdes</id>
      <name>Matthias Merdes</name>
      <email>Matthias.Merdes@heidelberg-mobil.com</email>
    </developer>
    <developer>
      <id>sbrannen</id>
      <name>Sam Brannen</name>
      <email>sam@sambrannen.com</email>
    </developer>
    <developer>
      <id>sormuras</id>
      <name>Christian Stein</name>
      <email>sormuras@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/junit-team/junit5.git</connection>
    <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection>
    <url>https://github.com/junit-team/junit5</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.junit.platform</groupId>
      <artifactId>junit-platform-engine</artifactId>
      <version>1.0.0-M4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.platform</groupId>
      <artifactId>junit-platform-launcher</artifactId>
      <version>1.0.0-M4</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-api</artifactId>
      <version>5.0.0-M4</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.platform</groupId>
      <artifactId>junit-platform-runner</artifactId>
      <version>1.0.0-M4</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.platform</groupId>
      <artifactId>junit-platform-engine</artifactId>
      <version>1.0.0-M4</version>
      <classifier>test</classifier>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <version>3.6.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>2.7.19</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.junit.vintage</groupId>
   <artifactId>junit-vintage-engine</artifactId>
   <version>4.12.0</version>
</dependency>

Download

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



Download junit-vintage-engine-4.12.0.jar file




PreviousNext

Related