Last Version

accessive 1.1.1

Sometimes we sacrifice encapsulation just to let us access a method or field of an object from its unit tests. This framework uses reflection and dynamic proxies to access private portion of your objects, allowing you to keep them strongly encapsulated and still be able to test their internals using the provided accessors.

License

License

GroupId

GroupId

com.j2speed
ArtifactId

ArtifactId

accessive
Version

Version

1.1.1
Type

Type

jar
Description

Description

accessive
Sometimes we sacrifice encapsulation just to let us access a method or field of an object from its unit tests. This framework uses reflection and dynamic proxies to access private portion of your objects, allowing you to keep them strongly encapsulated and still be able to test their internals using the provided accessors.
Project URL

Project URL

http://code.google.com/p/accessive/
Source Code Management

Source Code Management

https://code.google.com/p/accessive/source/browse/

Download accessive 1.1.1


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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 1.3.9
com.google.code.findbugs : annotations jar 1.3.9

test (2)

Group / Artifact Type Version
org.hamcrest : hamcrest-all jar 1.1
junit : junit jar 4.9

Project Modules

There are no modules declared in this project.