Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Last active November 6, 2019 01:38
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/484e96b3865beb95daf6a3749f957706 to your computer and use it in GitHub Desktop.
Save IntegerMan/484e96b3865beb95daf6a3749f957706 to your computer and use it in GitHub Desktop.
public enum TestStatus
{
[Display(Name = "Not Run")]
NotRun,
Passing,
Failed,
Ignored
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment