Skip to content

Instantly share code, notes, and snippets.

@alexcurtis
Created May 6, 2012 20:44
Show Gist options
  • Save alexcurtis/2624294 to your computer and use it in GitHub Desktop.
Save alexcurtis/2624294 to your computer and use it in GitHub Desktop.
Transformer Test Setup
[TestFixture]
public void TransformerTests
{
private Transformer _transformer;
[SetUp]
public void Setup()
{
_transformer = new Transformer();
//Any Transformer Setup Here.
}
//Individual Tests Here.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment