Skip to content

Instantly share code, notes, and snippets.

@chsami
Created February 6, 2019 13:17
Show Gist options
  • Save chsami/570b112419be539673543cb6705041a0 to your computer and use it in GitHub Desktop.
Save chsami/570b112419be539673543cb6705041a0 to your computer and use it in GitHub Desktop.
//This code is needed to support recursion
_fixture.Behaviors.OfType<ThrowingRecursionBehavior>().ToList()
.ForEach(b => _fixture.Behaviors.Remove(b));
_fixture.Behaviors.Add(new OmitOnRecursionBehavior(1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment