Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
/ ref-Ti-Test-Utils Public archive

The Ti-Utils library contains general utilities functionalities.

License

Notifications You must be signed in to change notification settings

gematik/ref-Ti-Test-Utils

Repository files navigation

No Maintenance Intended Maintenance License

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>

About

The Ti-Utils library contains general utilities functionalities.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages