Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created November 7, 2018 11:18
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 johndowns/f727739b235874b5f5a91f233bac4edc to your computer and use it in GitHub Desktop.
Save johndowns/f727739b235874b5f5a91f233bac4edc to your computer and use it in GitHub Desktop.
public class FunctionTestFixture : IDisposable
{
public FunctionTestFixture()
{
// initialisation code goes here
}
public virtual void Dispose()
{
// teardown code goes here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment