C# Class Rocket.Chat.Net.Tests.Integration.RocketChatDriverFixture

Inheritance: IDisposable
ファイルを表示 Open project: RocketChat/Rocket.Chat.Net Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
InitAsync ( string username, string password ) : Task
RocketChatDriverFixture ( ILogger helper ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

InitAsync() public method

public InitAsync ( string username, string password ) : Task
username string
password string
return Task

RocketChatDriverFixture() public method

public RocketChatDriverFixture ( ILogger helper ) : System
helper ILogger
return System