• Unit testing with Polly
  • [1] I want to unit-test what my code does, independent of Polly policies I apply
  • [2] I want to unit-test that I've configured Polly policies to achieve my desired resilience strategy
  • [3] I want to unit-test how my code reacts to results or faults returned by the execution through Polly
  • [4] I want to unit-test that the Polly policies I apply actually do what they say on the tin
  • Questions?