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

Inheritance: ITestInterfaceWithImplementation
Afficher le fichier Open project: hudl/Mjolnir Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public InvokeGenericTask ( ) : Task
Résultat Task

InvokeGenericTaskWithAwaitDelay() public méthode

public InvokeGenericTaskWithAwaitDelay ( ) : Task
Résultat Task

InvokeGenericTaskWithRunAndSleep() public méthode

public InvokeGenericTaskWithRunAndSleep ( ) : Task
Résultat Task

InvokeString() public méthode

public InvokeString ( ) : string
Résultat string

InvokeUntypedTask() public méthode

public InvokeUntypedTask ( ) : Task
Résultat Task

InvokeVoid() public méthode

public InvokeVoid ( ) : void
Résultat void

TestThrowingImplementation() public méthode

public TestThrowingImplementation ( Hudl.Mjolnir.Tests.Helper.ExpectedTestException exceptionToThrow ) : System
exceptionToThrow Hudl.Mjolnir.Tests.Helper.ExpectedTestException
Résultat System