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
[](http://slack.testcontainers.org/)
@@ -24,14 +24,14 @@ Also join the `#testcontainers-c` channel on the [Testcontainers Slack](http://s
24
24
25
25
## Key Features
26
26
27
+
-_Testcontainers for C/C++_ - a shared library and C-style headers that can be used in native projects
28
+
- Support for [C](./docs/c/README.md), [C++](./docs/cpp/README.md), [Swift](./docs/swift/README.md) and other native projects.
27
29
- Minimum viable Testcontainers API functionality:
28
30
starting and terminating containers, passing files, exposing ports,
29
31
accessing container logs, etc.
30
32
- Minimum HTTP client wrapper to simplify requests and assertions
31
33
-[Testcontainers for Go](https://golang.testcontainers.org/) under the hood, with all its reporting and resource management capabilities.
32
34
Memory might leak a lot in the current versions, but we do not want containers to leak :)
33
-
- Support for [C](./docs/c/README.md), [C++](./docs/cpp/README.md), [Swift](./docs/swift/README.md) and other native projects.
34
-
- C-style header file for the library. A fancy C++ wrapper is coming soon
35
35
- Support for [Testcontainers Modules](./modules/README.md)
36
36
37
37
This is what a very simple run without a test framework may look like.
@@ -66,7 +66,7 @@ See [the examples and demos](./demo/README.md) for more examples.
66
66
### Using in other languages
67
67
68
68
TL;DR: You get the C header file, a shared library object or a DLL file from the
69
-
[Testcontainers C](./docs/c/README.md) module,
69
+
[Testcontainers for C](./docs/c/README.md) module,
70
70
Then, you know the drill.
71
71
Feel free to contribute examples or SDKs for the languages!
Copy file name to clipboardExpand all lines: docs/SUPPORT.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Support for Testcontainers for C/C++
1
+
# Support for Testcontainers Native
2
2
3
3
[](http://slack.testcontainers.org/)
4
4
@@ -29,7 +29,7 @@ Read More - [Security Policy](./SECURITY.md),
29
29
30
30
The creator of this project, Oleg Nenashev,
31
31
is [available for consulting projects](https://oleg-nenashev.github.io/oleg-nenashev/consulting/) in the areas of developer tools,
32
-
including Testcontainers for C/C++.
32
+
including Testcontainers Native and adapters for C/C++.
33
33
Development of this project will continue regardless of commercial contracts,
34
34
but of course your support can help the project to move forward.
35
35
[GitHub Sponsorships](https://github.com/sponsors/oleg-nenashev) will be appreciated too.
Copy file name to clipboardExpand all lines: docs/swift/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Using Testcontainers in Swift
2
2
3
-
The Testcontainers C/C++ library is compatible with native languages, and that includes Swift. To use the library in Swift, a few extra steps must be followed in order for it to be useable.
3
+
The Testcontainers for C/C++ library is compatible with native languages, and that includes Swift. To use the library in Swift, a few extra steps must be followed in order for it to be useable.
0 commit comments