Skip to content

Instantly share code, notes, and snippets.

@Hameds
Created November 2, 2017 09:17
Show Gist options
  • Select an option

  • Save Hameds/36ca2fcec8ff0a6027dd2b7dcede0d78 to your computer and use it in GitHub Desktop.

Select an option

Save Hameds/36ca2fcec8ff0a6027dd2b7dcede0d78 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