File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Want to see this extension in action? Check out our [sample application](https:/
1212[ ![ CNCF Landscape] ( https://img.shields.io/badge/CNCF%20Landscape-5699C6?style=for-the-badge&logo=cncf )] ( https://landscape.cncf.io/?item=app-definition-and-development--application-definition-image-build--microcks )
1313
1414### Table of Contents
15+
1516[ Build Status] ( #build-status )
1617[ Community] ( #community )
1718[ How to use it?] ( #how-to-use-it )
@@ -27,6 +28,7 @@ Want to see this extension in action? Check out our [sample application](https:/
2728 - [ Asynchronous API support] ( #asynchronous-api-support )
2829 - [ Using mock endpoints for your dependencies] ( #using-mock-endpoints-for-your-dependencies-1 )
2930 - [ Launching new contract-tests] ( #launching-new-contract-tests-1 )
31+ - [ Troubleshooting] ( #troubleshooting )
3032
3133## Build Status
3234
@@ -333,8 +335,8 @@ In addition, you can use the `getEventMessagesForTestCase()` method to retrieve
333335
334336You can enable debug logs on the Microcks container by setting the debug log level and then retrieving the logs:
335337
336- ``` java
337- MicrocksContainer microcks = new MicrocksContainer (" [...] " ) )
338+ ``` ts
339+ const container = await new MicrocksContainer ()
338340 .withDebugLogLevel ()
339341 .withLogConsumer (stream => {
340342 stream .on (" data" , line => console .log (line ));
You can’t perform that action at this time.
0 commit comments