| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 1.3.9 |
| com.google.code.findbugs : annotations | jar | 1.3.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.1 |
| junit : junit | jar | 4.9 |