e

example-junit-spring-systemtest

Creates a new quickstart project to system test Spring Application with Testify, JUnit4, Mockito, and AssertJ.
https://github.com/testify-project/examples/tree/master/junit/example-junit-springt-systemtest
Files download
File Operation
example-junit-spring-systemtest-0.9.1.pom download
example-junit-spring-systemtest-0.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.testifyproject.examples</groupId>
  <artifactId>example-junit-spring-systemtest</artifactId>
  <version>0.9.1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.testifyproject.examples:example-junit-spring-systemtest:0.9.1'
Gradle Kotlin
implementation("org.testifyproject.examples:example-junit-spring-systemtest:0.9.1")
Scala SBT
libraryDependencies += "org.testifyproject.examples" % "example-junit-spring-systemtest" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='org.testifyproject.examples', module='example-junit-spring-systemtest', version='0.9.1')
)
Apache Ivy
<dependency org="org.testifyproject.examples" name="example-junit-spring-systemtest" rev="0.9.1" />
Leiningen
[org.testifyproject.examples/example-junit-spring-systemtest "0.9.1"]
Apache Buildr
'org.testifyproject.examples:example-junit-spring-systemtest:jar:0.9.1'