Skip to content

Instantly share code, notes, and snippets.

@chsami
Created February 6, 2019 13:36
Show Gist options
  • Save chsami/89e11bb53fe6545fccf9c4fbac11ce56 to your computer and use it in GitHub Desktop.
Save chsami/89e11bb53fe6545fccf9c4fbac11ce56 to your computer and use it in GitHub Desktop.
_fixture.Customizations.Add(
new TypeRelay(
typeof(Animal),
typeof(Dog)));
_fixture.Customizations.Add(
new TypeRelay(
typeof(Animal),
typeof(Cat)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment