C# Class WebChat.Tests.MockedObjects.WebChatDataMock

Inheritance: IWebChatData
Afficher le fichier Open project: SoftUniTeamWork/WebServicesAndCloudTeamProject Class Usage Examples

Méthodes publiques

Méthode Description
GetMockedMessagesList ( ) : IList
GetMockedRoomsList ( ) : IList
GetMockedUser ( ) : ApplicationUser
SaveChanges ( ) : int
WebChatDataMock ( ) : System

Private Methods

Méthode Description
SeedMockedMessages ( WebChatDataMock data ) : void
SeedMockedRooms ( WebChatDataMock data ) : void
SeedMockedUsers ( WebChatDataMock data ) : void

Method Details

GetMockedMessagesList() public static méthode

public static GetMockedMessagesList ( ) : IList
Résultat IList

GetMockedRoomsList() public static méthode

public static GetMockedRoomsList ( ) : IList
Résultat IList

GetMockedUser() public static méthode

public static GetMockedUser ( ) : ApplicationUser
Résultat WebChat.Models.ApplicationUser

SaveChanges() public méthode

public SaveChanges ( ) : int
Résultat int

WebChatDataMock() public méthode

public WebChatDataMock ( ) : System
Résultat System