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.

Лицензия

Лицензия

Группа

Группа

com.j2speed
Идентификатор

Идентификатор

accessive
Последняя версия

Последняя версия

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://code.google.com/p/accessive/
Система контроля версий

Система контроля версий

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

Скачать accessive

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : jsr305 jar 1.3.9
com.google.code.findbugs : annotations jar 1.3.9

test (2)

Идентификатор библиотеки Тип Версия
org.hamcrest : hamcrest-all jar 1.1
junit : junit jar 4.9

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.1.1