Skip to content

Commit

Permalink
Fix capitalization of Testcontainers in Howto docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth authored and snicoll committed May 12, 2020
1 parent 8c4f185 commit aed4f58
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2951,11 +2951,11 @@ The following example shows how to do so in Gradle:


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

[source,java,indent=0,subs="verbatim,quotes,attributes"]
----
Expand Down

0 comments on commit aed4f58

Please sign in to comment.