Integration-Test Helper

Helper classes for integration tests

License

License

Apache License 2.0
GroupId

GroupId

com.apiomat.helper
ArtifactId

ArtifactId

integration-test-helper
Last Version

Last Version

1.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

Integration-Test Helper
Helper classes for integration tests
Project URL

Project URL

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

Project Organization

Apinauten GmbH
Source Code Management

Source Code Management

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

Download integration-test-helper

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
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