Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 786 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 786 Bytes

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