Skip to content

Commit a907165

Browse files
committed
Include Testcontainers in Further Resources section
1 parent b2fa574 commit a907165

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/docs/asciidoc/testing.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8385,6 +8385,9 @@ See the following resources for more information about testing:
83858385
* https://www.dbunit.org/[DbUnit]: JUnit extension (also usable with Ant and Maven) that
83868386
is targeted at database-driven projects and, among other things, puts your database into
83878387
a known state between test runs.
8388+
* https://www.testcontainers.org/[Testcontainers]: Java library that supports JUnit
8389+
tests, providing lightweight, throwaway instances of common databases, Selenium web
8390+
browsers, or anything else that can run in a Docker container.
83888391
* https://sourceforge.net/projects/grinder/[The Grinder]: Java load testing framework.
83898392
* https://github.com/Ninja-Squad/springmockk[SpringMockK]: Support for Spring Boot
83908393
integration tests written in Kotlin using https://mockk.io/[MockK] instead of Mockito.

0 commit comments

Comments
 (0)