https://github.com/kamatama41/embulk-test-helpers
Helper classes for Unit test of Embulk plugins.
https://github.com/kamatama41/embulk-test-helpers
embulk helper kotlin testing
Last synced: about 1 year ago
JSON representation
Helper classes for Unit test of Embulk plugins.
- Host: GitHub
- URL: https://github.com/kamatama41/embulk-test-helpers
- Owner: kamatama41
- License: mit
- Created: 2017-01-28T16:20:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T04:00:45.000Z (over 7 years ago)
- Last Synced: 2025-04-06T06:59:57.828Z (about 1 year ago)
- Topics: embulk, helper, kotlin, testing
- Language: Kotlin
- Homepage:
- Size: 412 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/kamatama41/embulk-test-helpers)
# embulk-test-helpers
Helper classes for Unit test of [Embulk](http://www.embulk.org) plugins.
## Installation
Add the snippets to your build.gradle
```gradle
repositories {
....
maven { url 'http://kamatama41.github.com/maven-repository/repository' }
}
dependencies {
....
testCompile 'com.github.kamatama41:embulk-test-helpers:'
}
```
## Usage
Please refer to sample test cases
- [Java](https://github.com/kamatama41/embulk-test-helpers/tree/master/src/test/java/com/kamatama41/embulk/test)
- [Kotlin](https://github.com/kamatama41/embulk-test-helpers/tree/master/src/test/kotlin/com/kamatama41/embulk/test)