2 replies
August 2021

corlaez

Have you had the chance to consider things like Pact Broker, or Pactflow (managed service). Or do you know or recommend of any tool or library to enforce contracts?

1 reply
August 2021 ▶ corlaez

jbrains

No, I don’t have experience with specifically those tools. I don’t have a recommendation for you for a particular library.

There is very little to write here. Most xUnit frameworks have everything you need to write Contract Tests. Just write the tests, then remove duplication. I genuinely don’t know what a “contract test library” would give you that you couldn’t easily write for yourself.

If you’re worried about missing something, I don’t think you are. :slight_smile: