Last Version

Flink-JUnit 0.2

This is a small, easy-to-use, yet flexible JUnit Rule, which spins up and tears down an Apache Flink cluster for integration tests.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.knaufk
ArtifactId

ArtifactId

flink-junit_2.10
Version

Version

0.2
Type

Type

jar
Description

Description

Flink-JUnit
This is a small, easy-to-use, yet flexible JUnit Rule, which spins up and tears down an Apache Flink cluster for integration tests.
Project URL

Project URL

https://github.com/knaufk/flink-junit
Source Code Management

Source Code Management

https://github.com/knaufk/flink-junit/tree/master

Download flink-junit_2.10 0.2


<!-- https://jarcasting.com/artifacts/com.github.knaufk/flink-junit_2.10/ -->
<dependency>
    <groupId>com.github.knaufk</groupId>
    <artifactId>flink-junit_2.10</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.knaufk/flink-junit_2.10/
implementation 'com.github.knaufk:flink-junit_2.10:0.2'
// https://jarcasting.com/artifacts/com.github.knaufk/flink-junit_2.10/
implementation ("com.github.knaufk:flink-junit_2.10:0.2")
'com.github.knaufk:flink-junit_2.10:jar:0.2'
<dependency org="com.github.knaufk" name="flink-junit_2.10" rev="0.2">
  <artifact name="flink-junit_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.knaufk', module='flink-junit_2.10', version='0.2')
)
libraryDependencies += "com.github.knaufk" % "flink-junit_2.10" % "0.2"
[com.github.knaufk/flink-junit_2.10 "0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.flink : flink-test-utils_2.10 jar 1.3.0
org.apache.flink : flink-runtime-web_2.10 jar 1.3.0

test (2)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.6.2
org.awaitility : awaitility jar 3.0.0

Project Modules

There are no modules declared in this project.