Skip to content

Instantly share code, notes, and snippets.

@rarous
Created January 16, 2013 14:41
Show Gist options
  • Select an option

  • Save rarous/4547545 to your computer and use it in GitHub Desktop.

Select an option

Save rarous/4547545 to your computer and use it in GitHub Desktop.
bool success = false;
try
{
// do something
success = true;
}
catch { }
Assert.True(success);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment