Alxndria Emulator Testcontainer

In-memory emulator for the alxndria platform

Лицензия

Лицензия

Категории

Категории

Контейнер Данные
Группа

Группа

io.datalbry.testcontainers
Идентификатор

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

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

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

1.0.0
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

Alxndria Emulator Testcontainer
In-memory emulator for the alxndria platform
Ссылка на сайт

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

https://github.com/datalbry/testcontainer-alxndria
Система контроля версий

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

https://github.com/datalbry/testcontainer-alxndria

Скачать alxndria

Зависимости

runtime (2)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.31
org.testcontainers : testcontainers jar 1.15.2

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

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

Alxndria TestContainer

This module is all about providing a convenient testcontainer for alxndria. Internally using the in-memory emulator for alxndria

Usage

To deploy the container for a specific tests, one can use the following snippet.

Note
The below snippet will spin up a single container for the whole test class, if you want to spin of a new container for each test method, simply define the container as a field variable of your test class. (Still annotated with @Container)
@Testcontainers
internal class AlxndriaContainerTest {

    companion object {
        @Container private val alxndria = AlxndriaContainer()
    }

    ...
}

License

Copyright 2021 DataLbry.io

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
io.datalbry.testcontainers

DataLbry

DataLbry builts and distributes a knowledge cloud platform, making data integration, anayltics and search as easy as possible.

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

Версия
1.0.0