You can download thucydides-junit-0.8.31.jar in this page.
Open Source
thucydides-junit-0.8.31.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/net.thucydides/thucydides-junit/pom.properties META-INF/maven/net.thucydides/thucydides-junit/pom.xml 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.finder.DataDrivenTestFinder.class net.thucydides.junit.finder.DefaultTestFinder.class net.thucydides.junit.finder.FinderType.class net.thucydides.junit.finder.NormalTestFinder.class net.thucydides.junit.finder.TestFinder.class net.thucydides.junit.finder.TestFinderBuilder.class net.thucydides.junit.finder.TestFinderBuilderFactory.class net.thucydides.junit.finder.TestMethodFinder.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.DataDrivenAnnotations.class net.thucydides.junit.runners.ParameterizedJUnitStepListener.class net.thucydides.junit.runners.ParameterizedRunnerScheduler.class net.thucydides.junit.runners.QualifierFinder.class net.thucydides.junit.runners.TestClassRunnerForInstanciatedTestCase.class net.thucydides.junit.runners.TestClassRunnerForParameters.class net.thucydides.junit.runners.TestMethodAnnotations.class net.thucydides.junit.runners.ThucydidesParameterizedRunner.class net.thucydides.junit.runners.ThucydidesRunner.class net.thucydides.junit.runners.ThucydidesStatement.class net.thucydides.junit.spring.RunAfterTestMethodCallbacks.class net.thucydides.junit.spring.RunBeforeTestMethodCallbacks.class net.thucydides.junit.spring.SpringIntegration.class specs/specifications.md
thucydides-junit-0.8.31.pom file content.
<?xml version="1.0"?> <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> <artifactId>thucydides</artifactId> <groupId>net.thucydides</groupId> <version>0.8.31</version> </parent> <groupId>net.thucydides</groupId> <artifactId>thucydides-junit</artifactId> <name>thucydides-junit</name> <properties> <spring.version>3.1.1.RELEASE</spring.version> </properties> <dependencies> <dependency> <groupId>net.thucydides</groupId> <artifactId>thucydides-core</artifactId> <version>${project.version}</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>${spring.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>${spring.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${spring.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>${spring.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <version>${spring.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit-dep</artifactId> <version>${junit.version}</version> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> </dependency> <!-- TEST DEPENDENCIES --> <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>${spring.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>javassist</groupId> <artifactId>javassist</artifactId> <version>3.4.GA</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> <version>${spring.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>${spring.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>1.8.0.10</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>net.thucydides</groupId> <artifactId>thucydides-junit</artifactId> <version>0.8.31</version> </dependency>
If you think the following thucydides-junit-0.8.31.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download thucydides-junit-0.8.31.jar file