Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created September 12, 2019 14:49
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 IntegerMan/c9a9501954eec9cc7bbf6bccb2f701d1 to your computer and use it in GitHub Desktop.
Save IntegerMan/c9a9501954eec9cc7bbf6bccb2f701d1 to your computer and use it in GitHub Desktop.
[NotNull, ItemCanBeNull]
public IEnumerable<string> GetTestingStrings()
{
return new List<string> {"NUnit", "XUnit", null, "MSTest V2"};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment