Skip to content

Instantly share code, notes, and snippets.

@plioi
Created September 26, 2013 23:59
Show Gist options
  • Save plioi/6722302 to your computer and use it in GitHub Desktop.
Save plioi/6722302 to your computer and use it in GitHub Desktop.
Case[] cases = Methods
.Filter(testClass)
.Select(x => new Case(testClass, x))
.ToArray();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment