Skip to content

Commit aed4f58

Browse files
rnorthsnicoll
authored andcommitted
Fix capitalization of Testcontainers in Howto docs
See gh-21417
1 parent 8c4f185 commit aed4f58

File tree

1 file changed

+4
-4
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc

1 file changed

+4
-4
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -2951,11 +2951,11 @@ The following example shows how to do so in Gradle:
29512951

29522952

29532953
[[howto-testcontainers]]
2954-
=== Use TestContainers for integration testing
2955-
The https://www.testcontainers.org/[TestContainers] library provides a way to manage services running inside Docker containers.
2954+
=== Use Testcontainers for integration testing
2955+
The https://www.testcontainers.org/[Testcontainers] library provides a way to manage services running inside Docker containers.
29562956
It integrates with JUnit, allowing you to write a test class that can start up a container before any of the tests run.
2957-
TestContainers is especially useful for writing integration tests that talk to a real backend service such as MySQL, MongoDB, Cassandra etc.
2958-
TestContainers can be used in a Spring Boot test as follows:
2957+
Testcontainers is especially useful for writing integration tests that talk to a real backend service such as MySQL, MongoDB, Cassandra etc.
2958+
Testcontainers can be used in a Spring Boot test as follows:
29592959

29602960
[source,java,indent=0,subs="verbatim,quotes,attributes"]
29612961
----

0 commit comments

Comments
 (0)