Created
May 6, 2012 20:44
-
-
Save alexcurtis/2624294 to your computer and use it in GitHub Desktop.
Transformer Test Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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