Skip to content

Commit aa4ce37

Browse files
committed
doc: Update Testcontainers dotnet capabilities
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent 606d3f5 commit aa4ce37

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

content/documentation/references/testcontainers-modules.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ draft: false
33
title: "Testcontainers Modules"
44
date: 2025-07-17
55
publishdate: 2025-07-17
6-
lastmod: 2025-07-21
6+
lastmod: 2025-11-03
77
weight: 7
88
---
99

1010
## Introduction
1111

12-
As introduced in our [Developing with Testcontainers](/documentation/guides/usage/developing-testcontainers) guide, you can be embed Microcks into your unit tests with the help of [Testcontainers](https://testcontainers.com) librairies. We provide support for the following languages in dedicated Testcontainers modules: [Java](https://github.com/microckcs/microcks-testcontainers-java), [NodeJS / Typescript](https://github.com/microckcs/microcks-testcontainers-node), [Golang](https://github.com/microckcs/microcks-testcontainers-go) and [.NET](https://github.com/microckcs/microcks-testcontainers-dotnet).
12+
As introduced in our [Developing with Testcontainers](/documentation/guides/usage/developing-testcontainers) guide, you can be embed Microcks into your unit tests with the help of [Testcontainers](https://testcontainers.com) librairies. We provide support for the following languages in dedicated Testcontainers modules: [Java](https://github.com/microcks/microcks-testcontainers-java), [NodeJS / Typescript](https://github.com/microckcs/microcks-testcontainers-node), [Golang](https://github.com/microckcs/microcks-testcontainers-go) and [.NET](https://github.com/microckcs/microcks-testcontainers-dotnet).
1313

1414
We try to setup and manage a unified roadmap between modules but because they are maintained by different contributors, drifts between implementations may happen at some points. Our goal is obviously to make them consistent eventually.
1515

@@ -23,52 +23,52 @@ This section lists the features related to Microcks initialization during the pr
2323

2424
| Feature | Java | JS | Go | .NET |
2525
| ----------------------- | ----- | ---- | ---- | ---- |
26-
| Secret creation || |||
27-
| Snapshot restoration || |||
28-
| Local files (primary) || |||
29-
| Local files (secondary) || |||
30-
| Remote urls (primary) || |||
31-
| Remote urls (secondary) || |||
32-
| Remote urls with Secret || || |
26+
| Secret creation |||||
27+
| Snapshot restoration |||||
28+
| Local files (primary) |||||
29+
| Local files (secondary) |||||
30+
| Remote urls (primary) |||||
31+
| Remote urls (secondary) |||||
32+
| Remote urls with Secret |||| |
3333

3434
## Mocking features
3535

3636
This sections lists the features related to the mocking part of Microcks (getting endpoints, checking invocations).
3737

38-
| Feature | Java | JS | Go | .NET |
38+
| Feature | Java | JS | Go | .NET |
3939
| ----------------------- | ----- | ---- | ---- | ---- |
40-
| REST endpoints || |||
41-
| Soap endpoints || |||
42-
| GraphQL endpoints || |||
43-
| gRPC endpoints || |||
44-
| Invocation verification || |||
45-
| Get invocation stats || |||
40+
| REST endpoints |||||
41+
| Soap endpoints |||||
42+
| GraphQL endpoints |||||
43+
| gRPC endpoints |||||
44+
| Invocation verification |||||
45+
| Get invocation stats |||||
4646

4747
## Testing features
4848

4949
This sections lists the features related to the testing part of Microcks (executing conformance tests, checking responses/messages).
5050

51-
| Feature | Java | JS | Go | .NET |
51+
| Feature | Java | JS | Go | .NET |
5252
| --------------------- | ----- | ---- | ---- | ---- |
53-
| OpenAPI conformance || |||
54-
| Soap conformance || |||
55-
| GraphQL conformance || |||
56-
| gRPC conformance || |||
57-
| Postman conformance || || |
58-
| AsyncAPI conformance || |||
59-
| Get TestCase messages || |||
53+
| OpenAPI conformance |||||
54+
| Soap conformance |||||
55+
| GraphQL conformance |||||
56+
| gRPC conformance |||||
57+
| Postman conformance |||| |
58+
| AsyncAPI conformance |||||
59+
| Get TestCase messages |||||
6060

6161
## Asynchronous protocols
6262

6363
This sections lists the async protocols available on each language binding.
6464

65-
| Protocol | Java | JS | Go | .NET |
65+
| Protocol | Java | JS | Go | .NET |
6666
| ------------------- | ----- | ---- | ---- | ---- |
67-
| Kafka || |||
68-
| WebSocket || |||
69-
| MQTT || |||
70-
| RabbitMQ (AMQP 0.9) || |||
71-
| NATS || |||
72-
| AWS SQS || |||
73-
| AWS SNS || |||
74-
| Google PubSub || |||
67+
| Kafka |||||
68+
| WebSocket |||||
69+
| MQTT |||||
70+
| RabbitMQ (AMQP 0.9) |||||
71+
| NATS |||||
72+
| AWS SQS |||||
73+
| AWS SNS |||||
74+
| Google PubSub |||||

0 commit comments

Comments
 (0)