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

Bugfix for being unable to resolve mock port due to mock server name mismatch #15

Closed tMaxx closed 6 years ago

tMaxx commented 6 years ago

This properly enables mocks to be used per test class instead of previous rule that all names must be unique across all tests, fixes issue with previous PR.