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 .
- Host: GitHub
- URL: https://github.com/sureshg/testcontainers-kotlin
- Owner: sureshg
- Created: 2020-07-22T05:52:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T14:59:41.000Z (over 4 years ago)
- Last Synced: 2025-04-04T03:51:07.269Z (about 1 year ago)
- Topics: apache-cassandra, cassandra, containers, docker, elasticsearch, java, junit5, jvm, kotlin, testcontainers, testing
- Language: Kotlin
- Homepage:
- Size: 82 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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