Knotx / knotx-junit5

JUnit 5 support and extensions for Vert.x projects
https://knotx.io
Apache License 2.0
0 stars 4 forks source link

Feature set for knotx-data-bridge #1

Closed tMaxx closed 6 years ago

tMaxx commented 6 years ago

This is the first working version of this module.

Feature set is limited, but compatible with all tests from knotx-data-bridge that were ported to JUnit 5 (see Knotx/knotx-data-bridge#19).

As per README, there are three main parts: KnotxExtension, KnotxWiremockExtension, and KnotxArgumentConverter (for parameterized tests).

Part of Cognifide/knotx#417.