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: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,11 @@ Choose from existing pre-configured configurations and start containers within a
25
25
26
26
## Pre-configured containers
27
27
28
-
- MsSqlTestcontainer
29
-
- MySqlContainer
30
-
- PostgreSqlContainer
28
+
The pre-configured Testcontainers below are supported. Further examples can be found in [TestcontainersContainerTest][1] and [DatabaseContainerTest][2].
29
+
30
+
- MsSql
31
+
- MySql
32
+
- PostgreSql
31
33
32
34
## Examples
33
35
@@ -107,3 +109,7 @@ You are thinking about contributing to .NET Testcontainers? Awesome, it’s abso
107
109
## License
108
110
109
111
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments