# command: ./gradlew :messaging:messaging-core-api:test --rerun-tasks --console=plain
# cwd: /shared/codebase/clean-architecture-backend-template/src
# revision: 21234e38cdb9a926cbc92bb97a2aee2e4a7d2916

> Task :build-logic:extractPluginRequests
> Task :build-logic:generatePluginAdapters
> Task :build-logic:compileJava
> Task :build-logic:compileGroovy
> Task :build-logic:compileGroovyPlugins
> Task :build-logic:pluginDescriptors
> Task :build-logic:processResources
> Task :build-logic:classes
> Task :build-logic:jar
> Task :messaging:messaging-core-api:compileJava
> Task :messaging:messaging-core-api:processResources NO-SOURCE
> Task :messaging:messaging-core-api:classes
> Task :messaging:messaging-core-api:compileTestJava
> Task :messaging:messaging-core-api:processTestResources NO-SOURCE
> Task :messaging:messaging-core-api:testClasses
> Task :messaging:messaging-core-api:test

BUILD SUCCESSFUL in 7s
11 actionable tasks: 11 executed
Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.0.0/userguide/configuration_cache_enabling.html

# exit=0

# per-class results
name="dev.caskeleton.messaging.api.CoreValueTypesTest" tests="7" skipped="0" failures="0" errors="0"
name="dev.caskeleton.messaging.api.MessageEnvelopeTest" tests="11" skipped="0" failures="0" errors="0"
name="dev.caskeleton.messaging.api.ModuleSmokeTest" tests="1" skipped="0" failures="0" errors="0"
name="dev.caskeleton.messaging.api.WireBoundaryRejectionTest" tests="27" skipped="0" failures="0" errors="0"
name="dev.caskeleton.messaging.api.WireSafeValueObjectTest" tests="7" skipped="0" failures="0" errors="0"
name="dev.caskeleton.messaging.api.delivery.ConsumerContractTest" tests="8" skipped="0" failures="0" errors="0"
name="dev.caskeleton.messaging.api.destination.DestinationCapabilityTest" tests="5" skipped="0" failures="0" errors="0"
name="dev.caskeleton.messaging.api.publish.PublishResultTest" tests="13" skipped="0" failures="0" errors="0"

# totals: tests=79 skipped=0 failures=0 errors=0 
