Skip to content

Instantly share code, notes, and snippets.

@scottjacobsen
Created May 23, 2011 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottjacobsen/986343 to your computer and use it in GitHub Desktop.
Save scottjacobsen/986343 to your computer and use it in GitHub Desktop.
niceWrapping.cs
LastCall.IgnoreArguments().Constraints(
Rhino.Mocks.Constraints.Is.Matching<List<IListable>>(delegate(List<IListable> lst)
{
return
lst
.
Count ==
1 &&
((
CSkuExtended
)
lst
[
0
])
.
LineId ==
2;
}));
@thefifthsetpin
Copy link

You probably have the top-to-bottom language flag enabled ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment