C# Class Jwc.Experiment.Xunit.ExceptionCommandTest

Show file Open project: jwChung/Experimentalism

Public Methods

Method Description
ThrowInvalidOperationException ( ) : void
ThrowInvalidOperationException2 ( ) : void

Private Methods

Method Description
DisplayNameIsCorrect ( ) : void
ExceptionIsCorrect ( ) : void
ExecuteRecursivelyUnwrapsTargetInvocationException ( ) : void
ExecuteReturnsCorrectResult ( ) : void
ExecuteUnwrapsTargetInvocationExceptionWithoutLoosingStackTraces ( ) : void
InitializeWithNullExceptionThrows ( ) : void
InitializeWithNullMethodThrows ( ) : void
MethodNameIsCorrect ( ) : void
SutIsTestCommand ( ) : void
TimeoutIsCorrect ( ) : void

Method Details

ThrowInvalidOperationException() public static method

public static ThrowInvalidOperationException ( ) : void
return void

ThrowInvalidOperationException2() public static method

public static ThrowInvalidOperationException2 ( ) : void
return void