arena-junit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.stationdevx</groupId>
<artifactId>arena-junit</artifactId>
<version>6.0.2</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.stationdevx</groupId>
<artifactId>arena-junit</artifactId>
<version>6.0.2</version>
<packaging>jar</packaging>
<name>arena-junit</name>
<description>JUnit integration for Arena. Arena is a cross-platform sandboxing framework with built-in profiling workflows. It manages the lifecycle of a set of dependencies (databases, brokers, HTTP services) and components (your applications) as a single sandbox you can open, interact with, and close - giving you repeatable, deterministic, multi-service environments with a fast feedback loop. Arena provides top-level clients for Python, Java, Go, and .NET (the Python client arena-pytest, Java client arena-junit, and .NET client arena-xunit all ship today; a Go client is planned). Component testing is one common use case, but Arena is equally at home as a local development sandbox, a scripted scenario driver, or anywhere else you need a reproducible multi-service environment.</description>
<url>https://github.com/daveepope/arena</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/daveepope/arena/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<name>David Pope</name>
<email>pope.david12@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/daveepope/arena.git</connection>
<developerConnection>scm:git:https://github.com/daveepope/arena.git</developerConnection>
<url>https://github.com/daveepope/arena</url>
</scm>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.22.2</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.14.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.11.4</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.18</version>
</dependency>
</dependencies>
</project>