License |
License |
---|---|
GroupId | GroupIdcom.j2speed |
ArtifactId | ArtifactIdaccessive |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionaccessive
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
accessive-1.1.1.pom | |
accessive-1.1.1.jar | 23 KB |
accessive-1.1.1-sources.jar | 19 KB |
accessive-1.1.1-javadoc.jar | 66 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 1.3.9 |
com.google.code.findbugs : annotations | jar | 1.3.9 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.1 |
junit : junit | jar | 4.9 |