Method | Description | |
---|---|---|
InvertThatDoesNotThrow ( bool valueToInvert ) : bool | ||
InvertThatThrowsArgumentOutOfRangeException ( bool valueToInvert ) : bool |
public InvertThatDoesNotThrow ( bool valueToInvert ) : bool | ||
valueToInvert | bool | |
return | bool |
public InvertThatThrowsArgumentOutOfRangeException ( bool valueToInvert ) : bool | ||
valueToInvert | bool | |
return | bool |