microcks / microcks-testcontainers-java

Java lib for Testcontainers that enables embedding Microcks into your JUnit tests with lightweight, throwaway instance thanks to containers.
https://microcks.io
Apache License 2.0
18 stars 3 forks source link

Enhance Javadoc and exception handling #4

Closed lbroudoux closed 11 months ago

lbroudoux commented 11 months ago

Reason/Context

As of today, we just pushed an early prototype.

Description

We need to sanitize some stuffs regarding exception handling, comments, Javadoc and so on.

Implementation ideas

No response