FastStub

FastStub is a fast and simple test stubbing framework for Java UT.

License

License

GroupId

GroupId

com.dinstone.ut
ArtifactId

ArtifactId

faststub
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

FastStub
FastStub is a fast and simple test stubbing framework for Java UT.
Project URL

Project URL

http://code.google.com/p/fast-stub/
Project Organization

Project Organization

dinstone

Download faststub

How to add to project

<!-- https://jarcasting.com/artifacts/com.dinstone.ut/faststub/ -->
<dependency>
    <groupId>com.dinstone.ut</groupId>
    <artifactId>faststub</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dinstone.ut/faststub/
implementation 'com.dinstone.ut:faststub:1.0.0'
// https://jarcasting.com/artifacts/com.dinstone.ut/faststub/
implementation ("com.dinstone.ut:faststub:1.0.0")
'com.dinstone.ut:faststub:jar:1.0.0'
<dependency org="com.dinstone.ut" name="faststub" rev="1.0.0">
  <artifact name="faststub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dinstone.ut', module='faststub', version='1.0.0')
)
libraryDependencies += "com.dinstone.ut" % "faststub" % "1.0.0"
[com.dinstone.ut/faststub "1.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.1
cglib : cglib jar 2.2
org.springframework : spring-context jar 2.5.6
org.springframework : spring-beans jar 2.5.6

runtime (1)

Group / Artifact Type Version
org.slf4j : slf4j-jdk14 jar 1.6.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0