Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created September 7, 2019 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/d3024659800361a532880bbc287fe235 to your computer and use it in GitHub Desktop.
Save IntegerMan/d3024659800361a532880bbc287fe235 to your computer and use it in GitHub Desktop.
[Fact]
public void SamplePinningTest()
{
// Arrange
var resume = new ResumeInfo("Matt Eland");
resume.Jobs.Add("Software Engineering Manager");
// Act
var result = Analyze(resume);
// Assert
result.ShouldMatchSnapshot();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment