Last Version

StubOut 1.0

An extension to JUnit that lets you stub out classes that don't pertain to your tests. This is especially useful for dealing with legacy code that wasn't written to be easily testable.

License

License

BSD style
GroupId

GroupId

us.blanshard.stubout
ArtifactId

ArtifactId

stubout
Version

Version

1.0
Type

Type

jar
Description

Description

StubOut
An extension to JUnit that lets you stub out classes that don't pertain to your tests. This is especially useful for dealing with legacy code that wasn't written to be easily testable.
Project URL

Project URL

http://stubout.sf.net
Project Organization

Project Organization

Luke Blanshard

Download stubout 1.0


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

Dependencies

compile (5)

Group / Artifact Type Version
junit : junit jar [3.8,5)
jmock : jmock Optional jar [1.0,2)
jmock : jmock-cglib Optional jar [1.0,2)
cglib : cglib-nodep Optional jar [2.0,3)
net.sf.jdummy » jdummy Optional jar [1.3,1.4)

Project Modules

There are no modules declared in this project.