C# Class SpecEasy.Specs.ExceptionReporting.SupportingExamples.BrokenClass

Afficher le fichier Open project: speceasy/speceasy

Méthodes publiques

Méthode Description
InvertThatDoesNotThrow ( bool valueToInvert ) : bool
InvertThatThrowsArgumentOutOfRangeException ( bool valueToInvert ) : bool

Method Details

InvertThatDoesNotThrow() public méthode

public InvertThatDoesNotThrow ( bool valueToInvert ) : bool
valueToInvert bool
Résultat bool

InvertThatThrowsArgumentOutOfRangeException() public méthode

public InvertThatThrowsArgumentOutOfRangeException ( bool valueToInvert ) : bool
valueToInvert bool
Résultat bool