Integration-Test Helper

Helper classes for integration tests

Лицензия

Лицензия

Apache License 2.0
Группа

Группа

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

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

integration-test-helper
Последняя версия

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

1.7.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Integration-Test Helper
Helper classes for integration tests
Ссылка на сайт

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

https://github.com/apiOmat/integration-test-helper
Организация-разработчик

Организация-разработчик

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

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

https://github.com/apiOmat/integration-test-helper

Скачать integration-test-helper

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.apache.httpcomponents : httpclient jar 4.5.3
org.apache.httpcomponents : httpmime jar 4.5.2
commons-io : commons-io jar 2.5
org.json : json jar 20170516

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

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

integration-test-helper

Helper classes for integration tests

Changelog

Version Changes
1.7.0 Added method for adding module with version number to an appbackend
1.6.0 Added method for deleting module with version number
1.5.0 Removed restfuse dependency and throwing exceptions in AOMHelper instead of asserts ]
1.4.1 Added a bunch of new methods (getCustomer, getModules,..)
1.4.0 Added new method makeModuleNative
1.3.0 Added new static data methods
1.2.8 fixed bug in getApp method; added new method getAppConfig
1.2.7 added methods to set roles for an user on appbackend or/and module
1.2.6 added method to delete customer with force flag
1.2.5 added new methods uploadModule, downloadSDK; fixed createModule method
1.2.4 createModule method
1.2.3 ApiKey set to empty string
1.2.2 Fix NullPointerException in Response#getEntityContentAsString()
1.2.1 catch exception
1.2.0 DTO object as return type

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

Версия
1.7.0
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0