C# Class Hudl.Mjolnir.Tests.Command.Attribute.TestThrowingImplementation

Inheritance: ITestInterfaceWithImplementation
Show file Open project: hudl/Mjolnir Class Usage Examples

Public Methods

Method Description
InvokeGenericTask ( ) : Task
InvokeGenericTaskWithAwaitDelay ( ) : Task
InvokeGenericTaskWithRunAndSleep ( ) : Task
InvokeString ( ) : string
InvokeUntypedTask ( ) : Task
InvokeVoid ( ) : void
TestThrowingImplementation ( Hudl.Mjolnir.Tests.Helper.ExpectedTestException exceptionToThrow ) : System

Method Details

InvokeGenericTask() public method

public InvokeGenericTask ( ) : Task
return Task

InvokeGenericTaskWithAwaitDelay() public method

public InvokeGenericTaskWithAwaitDelay ( ) : Task
return Task

InvokeGenericTaskWithRunAndSleep() public method

public InvokeGenericTaskWithRunAndSleep ( ) : Task
return Task

InvokeString() public method

public InvokeString ( ) : string
return string

InvokeUntypedTask() public method

public InvokeUntypedTask ( ) : Task
return Task

InvokeVoid() public method

public InvokeVoid ( ) : void
return void

TestThrowingImplementation() public method

public TestThrowingImplementation ( Hudl.Mjolnir.Tests.Helper.ExpectedTestException exceptionToThrow ) : System
exceptionToThrow Hudl.Mjolnir.Tests.Helper.ExpectedTestException
return System