Created
June 13, 2013 15:31
-
-
Save scichelli/5774645 to your computer and use it in GitHub Desktop.
Making an explicit test for Fixie
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class MyTestsExplicit | |
{ | |
public void RunOnlyOnDemand() | |
{ | |
throw new Exception("You ran me on purpose, didn't you?"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment