Skip to content

Instantly share code, notes, and snippets.

@gillissm
Created February 10, 2016 21:08
Show Gist options
  • Save gillissm/593a4815b89fccd82619 to your computer and use it in GitHub Desktop.
Save gillissm/593a4815b89fccd82619 to your computer and use it in GitHub Desktop.
Step 3: Tracker assert commands
Assert.IsNotNull((object)Tracker.Current, "Tracker.Current");
Assert.IsNotNull((object)Tracker.Current.Contact, "Tracker.Current.Contact");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment