e

example-junit-spring-integrationtest

Creates a new quickstart project to integration test Spring modules and services with Testify, JUnit4, Mockito, and AssertJ.
https://github.com/testify-project/examples/tree/master/junit4/example-junit-spring-integrationtest
文件下载
文件名 操作
example-junit-spring-integrationtest-1.0.0.jar 下载
example-junit-spring-integrationtest-1.0.0.pom 下载
example-junit-spring-integrationtest-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.testifyproject.examples</groupId>
  <artifactId>example-junit-spring-integrationtest</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.testifyproject.examples:example-junit-spring-integrationtest:1.0.0'
Gradle Kotlin
implementation("org.testifyproject.examples:example-junit-spring-integrationtest:1.0.0")
Scala SBT
libraryDependencies += "org.testifyproject.examples" % "example-junit-spring-integrationtest" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.testifyproject.examples', module='example-junit-spring-integrationtest', version='1.0.0')
)
Apache Ivy
<dependency org="org.testifyproject.examples" name="example-junit-spring-integrationtest" rev="1.0.0" />
Leiningen
[org.testifyproject.examples/example-junit-spring-integrationtest "1.0.0"]
Apache Buildr
'org.testifyproject.examples:example-junit-spring-integrationtest:jar:1.0.0'