C# Class CardShopTest.TestHelper.ListOfUsers

Has a Method of GetListOfUsers
Show file Open project: egreene/PracticeGDVP

Public Properties

Property Type Description
listOfUsers List

Public Methods

Method Description
GetListOfUsers ( int UsersWanted ) : List

Creates a list of Users with: UserID of n a Username of "Tank"+n Name of "Frank" + n Password of of pass UserRole of Role.User

ListOfUsers ( ) : System

Method Details

GetListOfUsers() public static method

Creates a list of Users with: UserID of n a Username of "Tank"+n Name of "Frank" + n Password of of pass UserRole of Role.User
public static GetListOfUsers ( int UsersWanted ) : List
UsersWanted int Number of Users you want to create
return List

ListOfUsers() public method

public ListOfUsers ( ) : System
return System

Property Details

listOfUsers public static property

public static List listOfUsers
return List