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

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.

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/kamatama41/embulk-test-helpers.svg?style=svg)](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)