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/junit4/example-junit-spring-systemtest
文件下载
文件名 操作
example-junit-spring-systemtest-0.9.3.pom 下载
example-junit-spring-systemtest-0.9.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.testifyproject.examples</groupId>
  <artifactId>example-junit-spring-systemtest</artifactId>
  <version>0.9.3</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.testifyproject.examples:example-junit-spring-systemtest:0.9.3'
Gradle Kotlin
implementation("org.testifyproject.examples:example-junit-spring-systemtest:0.9.3")
Scala SBT
libraryDependencies += "org.testifyproject.examples" % "example-junit-spring-systemtest" % "0.9.3"
Groovy Grape
@Grapes(
  @Grab(group='org.testifyproject.examples', module='example-junit-spring-systemtest', version='0.9.3')
)
Apache Ivy
<dependency org="org.testifyproject.examples" name="example-junit-spring-systemtest" rev="0.9.3" />
Leiningen
[org.testifyproject.examples/example-junit-spring-systemtest "0.9.3"]
Apache Buildr
'org.testifyproject.examples:example-junit-spring-systemtest:jar:0.9.3'