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

Read and apply mocks configuration from Knot.x config #17

Closed tMaxx closed 5 years ago

tMaxx commented 6 years ago

Background:
Currently, mocks have to be configured programmatically with @BeforeAll methods. For simplicity's sake, most mocks could have some form of basic config applied automatically from Knot.x config files, and only edge cases would have to get configured in dedicated methods.

What is already present:

Steps needed:

Recommended to test this feature on knotx-stack or knotx-data-bridge modules, ideally on both.