Ti-Test-Utils

The Ti-Test-Utils library contains general utility functionalities for scope test.

License

License

GroupId

GroupId

de.gematik.ti
ArtifactId

ArtifactId

test.utils
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Ti-Test-Utils
The Ti-Test-Utils library contains general utility functionalities for scope test.
Project URL

Project URL

https://github.com/gematik/ref-Ti-Test-Utils
Project Organization

Project Organization

de.gematik
Source Code Management

Source Code Management

https://github.com/gematik/ref-Ti-Test-Utils

Download test.utils

How to add to project

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

Dependencies

runtime (2)

Group / Artifact Type Version
de.gematik.ti : utils jar 1.2.1
org.slf4j : slf4j-api jar 1.7.25

test (6)

Group / Artifact Type Version
de.gematik.ti : cardreader.provider.api jar 1.2.1
junit : junit jar 4.12
org.sonarsource.java : sonar-jacoco-listeners jar 3.8
org.mockito : mockito-core jar 2.7.13
org.apache.logging.log4j : log4j-slf4j-impl jar 2.8.1
org.apache.logging.log4j : log4j-core jar 2.8.1

Project Modules

There are no modules declared in this project.

Ti-Test-Utils

Introduction

This part describes the Ti-Test-Utils functionalities and structure. This utils are only for unit testing and not allowed for production execution.

API Documentation

Generated API docs are available at https://gematik.github.io/ref-Ti-Test-Utils.

License

Licensed under the Apache License, Version 2.0.

Structure

Overview

TiTestUtils structure

ApduParser

This Parser create Apdus-Instances from byte arrays representations.

Parser for Apdu Arrays

Getting Started

Build setup

To use Ti-Test-Utils library in a project, you need just to include following dependency:

Gradle dependency settings to use Ti-Test-Utils library.

dependencies {
    implementation group: 'de.gematik.ti', name: 'test.utils', version: '1.1.1'
}

Maven dependency settings to use Ti-Test-Utils library.

<dependencies>
    <dependency>
        <groupId>de.gematik.ti</groupId>
        <artifactId>test.utils</artifactId>
        <version>1.1.1</version>
    </dependency>
</dependencies>
de.gematik.ti

Gematik

Versions

Version
1.1.1