Skip to content

Instantly share code, notes, and snippets.

@nedgrady
Last active May 1, 2023 14:07
Show Gist options
  • Save nedgrady/0cafee617cd72d52bc3420715bbfb2ff to your computer and use it in GitHub Desktop.
Save nedgrady/0cafee617cd72d52bc3420715bbfb2ff to your computer and use it in GitHub Desktop.
// Arrange
Person personUnderTest = new()
{
FirstName = "Ned",
LastName = "Grady",
Email = "Any.Email@anywhere.co.uk"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment