You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/documentation/references/testcontainers-modules.md
+33-33Lines changed: 33 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ draft: false
3
3
title: "Testcontainers Modules"
4
4
date: 2025-07-17
5
5
publishdate: 2025-07-17
6
-
lastmod: 2025-07-21
6
+
lastmod: 2025-11-03
7
7
weight: 7
8
8
---
9
9
10
10
## Introduction
11
11
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).
13
13
14
14
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.
15
15
@@ -23,52 +23,52 @@ This section lists the features related to Microcks initialization during the pr
0 commit comments