Skip to content

example to show how junit5 can be used as an alternative to the ksql-test-runner

License

Notifications You must be signed in to change notification settings

schocco/ksqldb-junit-tests

Repository files navigation

KSQL testing with JUnit 5

This is an example to show how JUnit 5 can be used as an alternative to the ksql-test-runner. Internally it still uses the same classes that the ksql-test-runner uses.

See https://docs.ksqldb.io/en/latest/how-to-guides/test-an-app/

Why would you do this?

  • better reporting in CI systems which parse junit results
  • faster than the testing tool when running multiple tests
  • easy to extend with custom checks, e.g. to ensure naming patterns, max number of joins, etc

About

example to show how junit5 can be used as an alternative to the ksql-test-runner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages