Package io.github.teceli.resiliencia.test
package io.github.teceli.resiliencia.test
-
ClassesClassDescriptionA
ResilienceEvent.Listenerthat records every event it receives, in arrival order, for assertion in tests.Fake implementation ofResilienceMetricsfor testing code that consumes metrics.A pass-throughResilientfor testing code that composes or accepts patterns (e.g.DeterministicClockfor tests: time only moves when advanced explicitly viaManualClock.advance(java.time.Duration)or when a pattern sleeps, so timing-based behavior (Retry backoff, RateLimiter windows) can be asserted exactly and runs instantly.AssertJ assertions forOutcome.Entry point for resiliencia-specific AssertJ assertions.