Ti-Test-Utils

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

Лицензия

Лицензия

Группа

Группа

de.gematik.ti
Идентификатор

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

test.utils
Последняя версия

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

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Ti-Test-Utils
The Ti-Test-Utils library contains general utility functionalities for scope test.
Ссылка на сайт

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

https://github.com/gematik/ref-Ti-Test-Utils
Организация-разработчик

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

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

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

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

Скачать test.utils

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

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

Зависимости

runtime (2)

Идентификатор библиотеки Тип Версия
de.gematik.ti : utils jar 1.2.1
org.slf4j : slf4j-api jar 1.7.25

test (6)

Идентификатор библиотеки Тип Версия
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

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

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

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

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

Версия
1.1.1