Skip to content

Instantly share code, notes, and snippets.

@coreyhaines
Created January 29, 2009 20:57
Show Gist options
  • Save coreyhaines/54738 to your computer and use it in GitHub Desktop.
Save coreyhaines/54738 to your computer and use it in GitHub Desktop.
public static class ThingTestingUtilities {
public static Thing NewThing(this TestsThings tester, DateTime duedate) {
return new MyThing { DueDate = duedate};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment