Skip to content

Instantly share code, notes, and snippets.

@battleguard
Created February 10, 2016 18:58
Show Gist options
  • Select an option

  • Save battleguard/2a204750d3d1c793560c to your computer and use it in GitHub Desktop.

Select an option

Save battleguard/2a204750d3d1c793560c to your computer and use it in GitHub Desktop.
moq.SetupSet( s =>s.ShapeColor = It.IsAny<Color>()).CallBack<Color>( c => moq.SetupGet( s => s.ShapeColor).Returns( c) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment