Uses of Class
io.github.teceli.resiliencia.test.FakeResilient
Packages that use FakeResilient
-
Uses of FakeResilient in io.github.teceli.resiliencia.test
Methods in io.github.teceli.resiliencia.test that return FakeResilientModifier and TypeMethodDescriptionstatic <T> FakeResilient<T> FakeResilient.passthrough()A fake that simply executes the operation, reporting itself as a CUSTOM pattern.FakeResilient.withOnCall(Runnable onCall) Run the given hook each time this fake executes, before the operation — useful for recording execution order across a chain of fakes.FakeResilient.withPatternKind(PatternKind patternKind) FakeResilient.withPatternName(String patternName)