C# Class Microsoft.AspNet.WebHooks.WebHookUserTests

Inheritance: IDisposable
Show file Open project: aspnet/WebHooks

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
GetUserIdAsync_Succeeds_IfValidCustomClaim ( ) : System.Threading.Tasks.Task
GetUserIdAsync_Succeeds_IfValidNameClaim ( ) : System.Threading.Tasks.Task
GetUserIdAsync_Succeeds_IfValidNameIdentifierClaim ( ) : System.Threading.Tasks.Task
GetUserIdAsync_Succeeds_IfValidNameProperty ( ) : System.Threading.Tasks.Task
GetUserIdAsync_Throws_IfInvalidUser ( ) : System.Threading.Tasks.Task

Method Details

Dispose() public method

public Dispose ( ) : void
return void