An open API service indexing awesome lists of open source software.

https://github.com/sureshg/testcontainers-kotlin

:whale: A testcontainers sample app written in Kotlin to unit test Cassandra data access layer .
https://github.com/sureshg/testcontainers-kotlin

apache-cassandra cassandra containers docker elasticsearch java junit5 jvm kotlin testcontainers testing

Last synced: 12 months ago
JSON representation

:whale: A testcontainers sample app written in Kotlin to unit test Cassandra data access layer .

Awesome Lists containing this project

README

          

## [Testcontainers](https://www.testcontainers.org/) kotlin sample

[![GitHub Workflow Status][shieldio_img]][gha_url] [![Kotlin release][kt_img]][kt_url] [![OpenJDK Version][java_img]][java_url] [![Style guide][sty_img]][sty_url]

#### Run the tests.
```bash
# Make sure docker is installed.
$ ./gradlew clean test
```

[kt_url]: https://github.com/JetBrains/kotlin/releases/latest
[kt_img]: https://img.shields.io/github/release/JetBrains/kotlin.svg?label=Kotlin&logo=kotlin&style=for-the-badge

[java_url]: https://jdk.java.net/
[java_img]: https://img.shields.io/badge/OpenJDK-jdk--17-red?logo=java&style=for-the-badge&logoColor=red

[gha_url]: https://github.com/sureshg/testcontainers-kotlin/actions
[gha_img]: https://github.com/sureshg/testcontainers-kotlin/workflows/Gradle%20Build/badge.svg?branch=master
[shieldio_img]: https://img.shields.io/github/workflow/status/sureshg/testcontainers-kotlin/Gradle%20Build?color=green&label=Build&logo=Github-Actions&logoColor=green&style=for-the-badge

[sty_url]: https://kotlinlang.org/docs/reference/coding-conventions.html
[sty_img]: https://img.shields.io/badge/style-Kotlin--Official-40c4ff.svg?style=for-the-badge&logo=kotlin&logoColor=40c4ff