Group ID:
io.github.muneeb-i-khan
Artifact ID:
blinkhouse-test
Last modified:
29.08.2026 05:44
Packaging:
pom.sha512
Name:
BlinkHouse :: Test Support
Description:
Test utilities: @BlinkHouseTest slice annotation, Testcontainers auto-start,
FixtureLoader (CSV/JSON), TableTruncator, and BhTestContainer.
Add to test scope only.
Size:
6.0 KB
Download:
https://repo.maven.apache.org/maven2/io/github/muneeb-i-khan/blinkhouse-test/1.0.0/blinkhouse-test-1.0.0.jar
POM:
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<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
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.muneeb-i-khan</groupId>
<artifactId>blinkhouse-parent</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>blinkhouse-test</artifactId>
<name>BlinkHouse :: Test Support</name>
<description>
Test utilities: @BlinkHouseTest slice annotation, Testcontainers auto-start,
FixtureLoader (CSV/JSON), TableTruncator, and BhTestContainer.
Add to test scope only.
</description>
<dependencies>
<dependency>
<groupId>io.github.muneeb-i-khan</groupId>
<artifactId>blinkhouse-spring-boot-starter</artifactId>
</dependency>
<!-- JUnit Jupiter in compile scope: @BlinkHouseTest uses @ExtendWith which is part of the API -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>clickhouse</artifactId>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
</dependency>
<!-- Fixture loading from CSV/JSON -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
</project>
Maven:
<dependency>
<groupId>io.github.muneeb-i-khan </groupId>
<artifactId>blinkhouse-test </artifactId>
<version>1.0.0 </version>
</dependency>
Gradle:
io.github.muneeb-i-khan :blinkhouse-test :1.0.0
Contained classes:
Show all
Contained classes:
Dependencies:
Dependency Graph:
Show
Less
More