Skip to content

Instantly share code, notes, and snippets.

@MarcoNicolodi
Created January 13, 2019 20:38
Show Gist options
  • Save MarcoNicolodi/104a9bc07f38f8a53bf66651fa18fa22 to your computer and use it in GitHub Desktop.
Save MarcoNicolodi/104a9bc07f38f8a53bf66651fa18fa22 to your computer and use it in GitHub Desktop.
Flaky unit test suite
var service = new DocumentWriteServiceBuilder()
.WithBusiness(business)
.WithContext(context)
.WithEventBus(eventBus)
.Build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment