com.fitbur.testify.examples:example-junit-spring-systemtest

An opinionated Java Testing Framework faithful to testing principles and best practices.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.fitbur.testify.examples
ArtifactId

ArtifactId

example-junit-spring-systemtest
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

An opinionated Java Testing Framework faithful to testing principles and best practices.
Project Organization

Project Organization

Sharmarke Aden

Download example-junit-spring-systemtest

How to add to project

<!-- https://jarcasting.com/artifacts/com.fitbur.testify.examples/example-junit-spring-systemtest/ -->
<dependency>
    <groupId>com.fitbur.testify.examples</groupId>
    <artifactId>example-junit-spring-systemtest</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.examples/example-junit-spring-systemtest/
implementation 'com.fitbur.testify.examples:example-junit-spring-systemtest:0.1.3'
// https://jarcasting.com/artifacts/com.fitbur.testify.examples/example-junit-spring-systemtest/
implementation ("com.fitbur.testify.examples:example-junit-spring-systemtest:0.1.3")
'com.fitbur.testify.examples:example-junit-spring-systemtest:jar:0.1.3'
<dependency org="com.fitbur.testify.examples" name="example-junit-spring-systemtest" rev="0.1.3">
  <artifact name="example-junit-spring-systemtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.examples', module='example-junit-spring-systemtest', version='0.1.3')
)
libraryDependencies += "com.fitbur.testify.examples" % "example-junit-spring-systemtest" % "0.1.3"
[com.fitbur.testify.examples/example-junit-spring-systemtest "0.1.3"]

Dependencies

compile (10)

Group / Artifact Type Version
org.springframework : spring-webmvc jar 4.2.3.RELEASE
javax.inject : javax.inject jar 1
org.hibernate : hibernate-validator jar 5.2.2.Final
javax.el : javax.el-api jar 3.0.0
javax.transaction : javax.transaction-api jar 1.2
javax.interceptor : javax.interceptor-api jar 1.2
org.hibernate : hibernate-entitymanager jar 5.1.0.Final
com.h2database : h2 jar 1.4.191
org.postgresql : postgresql jar 9.4.1207
org.springframework : spring-orm jar 4.2.3.RELEASE

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (8)

Group / Artifact Type Version
com.fitbur.testify.junit : spring-system-test jar 0.1.3
com.fitbur.testify.client : jersey-client jar 0.1.3
com.fitbur.testify.server : server-undertow jar 0.1.3
com.fitbur.testify.need : need-hsql jar 0.1.3
com.fitbur.testify.need : need-docker jar 0.1.3
junit : junit jar 4.12
org.mockito : mockito-core jar 2.0.40-beta
org.assertj : assertj-core jar 3.3.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.3
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8