| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools JUnit Unit Testing Net |
| GroupId | GroupIdnet.thucydides |
| ArtifactId | ArtifactIdthucydides-junit |
| Last Version | Last Version0.9.275 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionthucydides-junit
An Acceptance Testing framework for web applications
based on WebDriver, and integrating with JUnit and net.thucydides.easyb.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| thucydides-junit-0.9.275.pom | |
| thucydides-junit-0.9.275.jar | 30 KB |
| thucydides-junit-0.9.275-sources.jar | 21 KB |
| thucydides-junit-0.9.275-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.thucydides/thucydides-junit/ -->
<dependency>
<groupId>net.thucydides</groupId>
<artifactId>thucydides-junit</artifactId>
<version>0.9.275</version>
</dependency>
// https://jarcasting.com/artifacts/net.thucydides/thucydides-junit/
implementation 'net.thucydides:thucydides-junit:0.9.275'
// https://jarcasting.com/artifacts/net.thucydides/thucydides-junit/
implementation ("net.thucydides:thucydides-junit:0.9.275")
'net.thucydides:thucydides-junit:jar:0.9.275'
<dependency org="net.thucydides" name="thucydides-junit" rev="0.9.275">
<artifact name="thucydides-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thucydides', module='thucydides-junit', version='0.9.275')
)
libraryDependencies += "net.thucydides" % "thucydides-junit" % "0.9.275"
[net.thucydides/thucydides-junit "0.9.275"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.thucydides : thucydides-core | jar | 0.9.275 |
| org.springframework : spring-core Optional | jar | 3.1.1.RELEASE |
| org.springframework : spring-beans Optional | jar | 3.1.1.RELEASE |
| org.springframework : spring-test Optional | jar | 3.1.1.RELEASE |
| org.springframework : spring-context Optional | jar | 3.1.1.RELEASE |
| org.springframework : spring-context-support Optional | jar | 3.1.1.RELEASE |
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| com.google.inject : guice | jar | 3.0 |
| org.slf4j : slf4j-api | jar | 1.6.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.thucydides : thucydides-test-utils | jar | 0.9.275 |
| commons-dbcp : commons-dbcp | jar | 1.3 |
| org.springframework : spring-jdbc | jar | 3.1.1.RELEASE |
| javassist : javassist | jar | 3.4.GA |
| org.springframework : spring-orm | jar | 3.1.1.RELEASE |
| org.springframework : spring-aop | jar | 3.1.1.RELEASE |
| hsqldb : hsqldb | jar | 1.8.0.10 |
| org.hibernate : hibernate-entitymanager | jar | 3.5.4-Final |
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| org.hamcrest : hamcrest-integration | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.mockito : mockito-all | jar | 1.9.0 |
| org.spockframework : spock-core | jar | 0.7-groovy-2.0 |
| com.github.goldin : spock-extensions | jar | 0.1.4 |
| org.codehaus.groovy : groovy-all | jar | 2.3.3 |
| org.easytesting : fest-assert | jar | 1.4 |