License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.fitbur.testify.junit |
ArtifactId | ArtifactIdspring-system-test |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn opinionated Java Testing Framework faithful to testing principles
and best practices.
|
Project Organization |
Project OrganizationSharmarke Aden |
Filename | Size |
---|---|
spring-system-test-0.1.3.pom | |
spring-system-test-0.1.3.jar | 16 KB |
spring-system-test-0.1.3-sources.jar | 10 KB |
spring-system-test-0.1.3-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify.junit/spring-system-test/ -->
<dependency>
<groupId>com.fitbur.testify.junit</groupId>
<artifactId>spring-system-test</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.junit/spring-system-test/
implementation 'com.fitbur.testify.junit:spring-system-test:0.1.3'
// https://jarcasting.com/artifacts/com.fitbur.testify.junit/spring-system-test/
implementation ("com.fitbur.testify.junit:spring-system-test:0.1.3")
'com.fitbur.testify.junit:spring-system-test:jar:0.1.3'
<dependency org="com.fitbur.testify.junit" name="spring-system-test" rev="0.1.3">
<artifact name="spring-system-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.junit', module='spring-system-test', version='0.1.3')
)
libraryDependencies += "com.fitbur.testify.junit" % "spring-system-test" % "0.1.3"
[com.fitbur.testify.junit/spring-system-test "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fitbur.testify : core | jar | 0.1.3 |
com.fitbur.testify.di : di-spring | jar | 0.1.3 |
com.fitbur.testify.level : system | jar | 0.1.3 |
com.fitbur.testify.junit : junit-core | jar | 0.1.3 |
com.fitbur.testify.need : need-docker | jar | 0.1.3 |
com.fitbur.external : external-bytebuddy | jar | 0.5.6 |
Group / Artifact | Type | Version |
---|---|---|
com.fitbur.testify.client : jersey-client | jar | 0.1.3 |
com.fitbur.testify.server : server-undertow | jar | 0.1.3 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.0.40-beta |
org.springframework : spring-webmvc | jar | 4.2.3.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.3.0 |
org.hibernate : hibernate-core | jar | 5.0.6.Final |
org.postgresql : postgresql | jar | 9.4.1207 |
javax.transaction : javax.transaction-api | jar | 1.2 |
org.reflections : reflections | jar | 0.9.10 |
com.fitbur.testify.need : need-hsql | jar | 0.1.3 |