Skip to content

Latest commit

 

History

History

Java Consumer Example (Gradle + JUnit 5 Bridge)

This is a normal Gradle-shaped Java consumer project that uses the optional JUnit 5 bridge.

It shows the adoption path for teams that already have JUnit 5-style @Test methods and want to export them through Observer without rewriting them into the core DSL immediately.

The dependency shape is the published one:

  • io.frogfish:observer-java
  • io.frogfish:observer-java-junit5
  • org.junit.jupiter:junit-jupiter-api

Typical commands in a separate repository would be:

gradle run --args="list"
gradle run --args="observe --target app::smoke --timeout-ms 1000"

This repository does not validate the example with Gradle because Gradle is not installed in the current environment.