C# Class WebChat.Tests.MockedObjects.WebChatDataMock

Inheritance: IWebChatData
Show file Open project: SoftUniTeamWork/WebServicesAndCloudTeamProject Class Usage Examples

Public Methods

Method Description
GetMockedMessagesList ( ) : IList
GetMockedRoomsList ( ) : IList
GetMockedUser ( ) : ApplicationUser
SaveChanges ( ) : int
WebChatDataMock ( ) : System

Private Methods

Method Description
SeedMockedMessages ( WebChatDataMock data ) : void
SeedMockedRooms ( WebChatDataMock data ) : void
SeedMockedUsers ( WebChatDataMock data ) : void

Method Details

GetMockedMessagesList() public static method

public static GetMockedMessagesList ( ) : IList
return IList

GetMockedRoomsList() public static method

public static GetMockedRoomsList ( ) : IList
return IList

GetMockedUser() public static method

public static GetMockedUser ( ) : ApplicationUser
return WebChat.Models.ApplicationUser

SaveChanges() public method

public SaveChanges ( ) : int
return int

WebChatDataMock() public method

public WebChatDataMock ( ) : System
return System