Skip to content

Instantly share code, notes, and snippets.

@jennifersmith
Created April 13, 2016 00:32
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 jennifersmith/0956e0d3c76e7a6ff1d6a9fe856d3304 to your computer and use it in GitHub Desktop.
Save jennifersmith/0956e0d3c76e7a6ff1d6a9fe856d3304 to your computer and use it in GitHub Desktop.
public void ThisIsAnOldMethod()
{
// carry on with remaining functions
var testedCode = new TestedCode(parameter1, parameter2);
testedCode.DoTheNewThingWeTested();
// carry on with remaining functions
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment