Skip to content

Instantly share code, notes, and snippets.

@JamesBender
Created September 24, 2013 14:58
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 JamesBender/6686026 to your computer and use it in GitHub Desktop.
Save JamesBender/6686026 to your computer and use it in GitHub Desktop.
private StringUtils _stringUtils;
[SetUp]
public void SetupStringUtilTests()
{
_stringUtils = new StringUtils();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment