f

fest-mocks

Utilities that simplify usage of Mock Objects
http://fest.easytesting.org/mocks
文件下载
文件名 操作
fest-mocks-1.0.jar 下载
fest-mocks-1.0.pom 下载
fest-mocks-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.easytesting</groupId>
  <artifactId>fest-mocks</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.easytesting:fest-mocks:1.0'
Gradle Kotlin
implementation("org.easytesting:fest-mocks:1.0")
Scala SBT
libraryDependencies += "org.easytesting" % "fest-mocks" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.easytesting', module='fest-mocks', version='1.0')
)
Apache Ivy
<dependency org="org.easytesting" name="fest-mocks" rev="1.0" />
Leiningen
[org.easytesting/fest-mocks "1.0"]
Apache Buildr
'org.easytesting:fest-mocks:jar:1.0'