Skip to content

Instantly share code, notes, and snippets.

@fffej
Created October 27, 2017 15:22
Show Gist options
  • Save fffej/92975f392850bfae7d3336e3532a2a07 to your computer and use it in GitHub Desktop.
Save fffej/92975f392850bfae7d3336e3532a2a07 to your computer and use it in GitHub Desktop.
[TestFixture]
public class UglyThingTest
{
[Test]
public void CreateUglyThing()
{
UglyThing ugly = new UglyThing();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment