Flytekit Java - Testing

Classes used by developers to unit test their Tasks and Workflows.

License

License

GroupId

GroupId

org.flyte
ArtifactId

ArtifactId

flytekit-testing
Last Version

Last Version

0.3.15
Release Date

Release Date

Type

Type

jar
Description

Description

Flytekit Java - Testing
Classes used by developers to unit test their Tasks and Workflows.

Download flytekit-testing

How to add to project

<!-- https://jarcasting.com/artifacts/org.flyte/flytekit-testing/ -->
<dependency>
    <groupId>org.flyte</groupId>
    <artifactId>flytekit-testing</artifactId>
    <version>0.3.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.flyte/flytekit-testing/
implementation 'org.flyte:flytekit-testing:0.3.15'
// https://jarcasting.com/artifacts/org.flyte/flytekit-testing/
implementation ("org.flyte:flytekit-testing:0.3.15")
'org.flyte:flytekit-testing:jar:0.3.15'
<dependency org="org.flyte" name="flytekit-testing" rev="0.3.15">
  <artifact name="flytekit-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flyte', module='flytekit-testing', version='0.3.15')
)
libraryDependencies += "org.flyte" % "flytekit-testing" % "0.3.15"
[org.flyte/flytekit-testing "0.3.15"]

Dependencies

compile (2)

Group / Artifact Type Version
org.flyte : flytekit-java jar 0.3.15
org.flyte : flytekit-local-engine jar 0.3.15

provided (4)

Group / Artifact Type Version
org.flyte : flytekit-api jar 0.3.15
com.google.auto.value : auto-value-annotations jar 1.8.2
com.google.auto.service : auto-service-annotations jar 1.0-rc6
com.google.errorprone : error_prone_annotations jar 2.10.0

test (3)

Group / Artifact Type Version
org.flyte : flytekit-jackson jar 0.3.15
org.junit.jupiter : junit-jupiter jar 5.6.2
org.hamcrest : hamcrest jar 2.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.15
0.3.13
0.3.12
0.3.11
0.3.10