Skip to content

Instantly share code, notes, and snippets.

@PiotrPerak
Created November 23, 2018 07:43
Show Gist options
  • Save PiotrPerak/ca0f010d790adef16ade6c243fc44b17 to your computer and use it in GitHub Desktop.
Save PiotrPerak/ca0f010d790adef16ade6c243fc44b17 to your computer and use it in GitHub Desktop.
[Test]
public void It_does_this()
{
var result = testedObject.DoThis();
// assert result
}
[Test]
public void It_does_that()
{
var result = testedObject.DoThat();
// assert result
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment