Download serenity-junit-1.1.31.jar file

Introduction

You can download serenity-junit-1.1.31.jar in this page.

License

The Apache Software License, Version 2.0

Type List

serenity-junit-1.1.31.jar file has the following types.

META-INF/MANIFEST.MF
net.serenitybdd.junit.finder.DataDrivenTestFinder.class
net.serenitybdd.junit.finder.DefaultTestFinder.class
net.serenitybdd.junit.finder.FinderType.class
net.serenitybdd.junit.finder.NormalTestFinder.class
net.serenitybdd.junit.finder.TestFinder.class
net.serenitybdd.junit.finder.TestFinderBuilder.class
net.serenitybdd.junit.finder.TestFinderBuilderFactory.class
net.serenitybdd.junit.finder.TestMethodFinder.class
net.serenitybdd.junit.runners.DataDrivenAnnotations.class
net.serenitybdd.junit.runners.FailureDetectingStepListener.class
net.serenitybdd.junit.runners.ParameterizedJUnitStepListener.class
net.serenitybdd.junit.runners.ParameterizedRunnerScheduler.class
net.serenitybdd.junit.runners.ParameterizedTestsOutcomeAggregator.class
net.serenitybdd.junit.runners.QualifiedTestsRunner.class
net.serenitybdd.junit.runners.QualifierFinder.class
net.serenitybdd.junit.runners.RetryFilteringRunNotifier.class
net.serenitybdd.junit.runners.RunNotifierDecorator.class
net.serenitybdd.junit.runners.SerenityParameterizedRunner.class
net.serenitybdd.junit.runners.SerenityRunner.class
net.serenitybdd.junit.runners.SerenityStatement.class
net.serenitybdd.junit.runners.TestClassAnnotations.class
net.serenitybdd.junit.runners.TestClassRunnerForInstanciatedTestCase.class
net.serenitybdd.junit.runners.TestClassRunnerForParameters.class
net.serenitybdd.junit.runners.TestConfiguration.class
net.serenitybdd.junit.runners.TestMethodAnnotations.class
net.serenitybdd.junit.runners.TestMethodConfiguration.class
net.thucydides.junit.ThucydidesJUnitSystemProperties.class
net.thucydides.junit.annotations.Concurrent.class
net.thucydides.junit.annotations.Qualifier.class
net.thucydides.junit.annotations.TestData.class
net.thucydides.junit.annotations.UseTestDataFrom.class
net.thucydides.junit.guice.JUnitInjectors.class
net.thucydides.junit.guice.ThucydidesJUnitModule.class
net.thucydides.junit.internals.MethodInvoker.class
net.thucydides.junit.listeners.JUnitStepListener.class
net.thucydides.junit.listeners.JUnitStepListenerBuilder.class
net.thucydides.junit.listeners.TestCountListener.class
net.thucydides.junit.listeners.TestCounter.class
net.thucydides.junit.runners.ThucydidesParameterizedRunner.class
net.thucydides.junit.runners.ThucydidesRunner.class
specs/specifications.md

Pom

serenity-junit-1.1.31.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.serenity-bdd</groupId>
  <artifactId>serenity-junit</artifactId>
  <version>1.1.31</version>
  <dependencies>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>18.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.inject</groupId>
      <artifactId>guice</artifactId>
      <version>3.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>asm</artifactId>
          <groupId>org.ow2.asm</groupId>
        </exclusion>
        <exclusion>
          <artifactId>asm</artifactId>
          <groupId>asm</groupId>
        </exclusion>
        <exclusion>
          <artifactId>cglib</artifactId>
          <groupId>org.sonatype.sisu.inject</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib</artifactId>
      <version>3.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>asm</artifactId>
          <groupId>org.ow2.asm</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm</artifactId>
      <version>5.0.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.objenesis</groupId>
      <artifactId>objenesis</artifactId>
      <version>2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>1.4.01</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>info.cukes</groupId>
      <artifactId>cucumber-core</artifactId>
      <version>1.2.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.10.19</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>hamcrest-core</artifactId>
          <groupId>org.hamcrest</groupId>
        </exclusion>
        <exclusion>
          <artifactId>objenesis</artifactId>
          <groupId>org.objenesis</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>net.serenity-bdd</groupId>
      <artifactId>serenity-core</artifactId>
      <version>1.1.31</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-core</artifactId>
      <version>1.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <name>serenity-junit</name>
  <description>Serenity JUnit integration</description>
  <url>https://github.com/serenity-bdd/serenity-core</url>
  <scm>
    <url>scm:git:git@github.com:serenity-bdd/serenity-core.git</url>
    <connection>scm:git:git@github.com:serenity-bdd/serenity-core.git</connection>
    <developerConnection>scm:git:git@github.com:serenity-bdd/serenity-core.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/license/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>johnsmart</id>
      <name>John Ferguson Smart</name>
      <email>john.smart@wakaleo.com</email>
    </developer>
  </developers>
</project>

POM Entry

<dependency>
   <groupId>net.serenity-bdd</groupId>
   <artifactId>serenity-junit</artifactId>
   <version>1.1.31</version>
</dependency>

Download

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



Download serenity-junit-1.1.31.jar file




PreviousNext

Related