Skip to content

kamatama41/embulk-test-helpers

Repository files navigation

CircleCI

embulk-test-helpers

Helper classes for Unit test of Embulk plugins.

Installation

Add the snippets to your build.gradle

repositories {
    ....
    maven { url 'http://kamatama41.github.com/maven-repository/repository' }
}

dependencies {
    ....
    testCompile 'com.github.kamatama41:embulk-test-helpers:<latest-version>'
}

Usage

Please refer to sample test cases