C# Class Gablarski.Tests.UserInfoTests

显示文件 Open project: ermau/Gablarski Class Usage Examples

Public Methods

Method Description
AssertUserInfosMatch ( IUserInfo expected, IUserInfo actual ) : void
GetTestUser ( ) : UserInfo
GetTestUser ( int increment ) : UserInfo
GetTestUser ( int increment, int channelId, bool muted ) : UserInfo

Private Methods

Method Description
Ctor ( ) : void
Equals ( ) : void
HashCode ( ) : void
InvalidCtor ( ) : void
SerializeDeserialize ( ) : void

Method Details

AssertUserInfosMatch() public static method

public static AssertUserInfosMatch ( IUserInfo expected, IUserInfo actual ) : void
expected IUserInfo
actual IUserInfo
return void

GetTestUser() public static method

public static GetTestUser ( ) : UserInfo
return UserInfo

GetTestUser() public static method

public static GetTestUser ( int increment ) : UserInfo
increment int
return UserInfo

GetTestUser() public static method

public static GetTestUser ( int increment, int channelId, bool muted ) : UserInfo
increment int
channelId int
muted bool
return UserInfo