Skip to content

Instantly share code, notes, and snippets.

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

  • Save Hameds/8e1d5103c58b31525f4309898f245f1f to your computer and use it in GitHub Desktop.

Select an option

Save Hameds/8e1d5103c58b31525f4309898f245f1f to your computer and use it in GitHub Desktop.
private StringUtils _stringUtils;
[TestFixtureSetUp]
public void SetupStringUtilTests()
{
_stringUtils = new StringUtils();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment