Method | Description | |
---|---|---|
CreateAFakeQuestion ( string userId, IList |
||
CreateFakeQuestions ( IList |
Method | Description | |
---|---|---|
CreateAFakeAnswer ( System.DateTime questionCreatedOn, string userId ) : Answer | ||
CreateAFakeComment ( System.DateTime questionCreatedOn ) : RavenOverflow.Core.Entities.Comment | ||
CreateAFakeVote ( ) : RavenOverflow.Core.Entities.Vote | ||
CreateFixedFakeQuestions ( IList |
public static CreateAFakeQuestion ( string userId, IList |
||
userId | string | |
answerUserIds | IList |
|
return | RavenOverflow.Core.Entities.Question |
public static CreateFakeQuestions ( IList |
||
userIds | IList |
|
numberOfFakeQuestions | int | |
return | ICollection |