Registry / testing / testcontainers-scala-core-2-12

testcontainers-scala-core-2-12

JSON →
library0.44.1javamavenunverified

Scala wrapper for Testcontainers, providing lightweight, throwaway instances of common databases and services for integration testing.

<dependency> <groupId>com.dimafeng</groupId> <artifactId>testcontainers-scala-core_2.12</artifactId> <version>0.44.1</version> </dependency>
INSTALL
IMPORT
SIG · TESTCONTAINERS-SCA
T
testcontainers-scala-core-2-12
testingjavav0.44.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MySQLContainer
com.dimafeng.testcontainers.MySQLContainer

Minimal example acknowledging Testcontainers Scala's Scala focus.

import com.dimafeng.testcontainers.MySQLContainer; public class Example { public static void main(String[] args) { // Testcontainers Scala is a Scala library; Java usage is possible but not idiomatic. System.out.println("Testcontainers Scala is designed for Scala."); } }
Debug
Known issues
gotchaTestcontainers Scala is a Scala library; Java interop may require additional setup.
fix
Use Scala or consider the Java Testcontainers library.
affects: *
Upgrade
Version history
0.44.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
testcontainers-scala-core-2-12 — mvn dependency:get testcontainers-scala-core-2-12 · libregistry