Last Version

Flink-JUnit 0.5

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.11
Version

Version

0.5
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.11 0.5


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

Dependencies

compile (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.flink : flink-test-utils_2.11 jar 1.6.3
org.apache.flink : flink-runtime-web_2.11 jar 1.6.3
org.apache.flink : flink-shaded-hadoop2 jar 1.6.3

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.