Build test
Assignment Unit Testing 15 pts Due Thursday 4/14
1. Create a Participant, Event collection in your mongoLab in database (i.e.,“pictures”)
2. Create and Pass UnitTests for each repository method in Your MongoParticipantRepository
· Create Participant
· Participants,
· Delete ,
· GetParticipantsAtEvent
Extra Credit 20 pts Create UnitTests for the ParticipantViewMode
· GetAParticipant(string id)
· DeleteParticipant(string id)
Turn in printout of all Unit Test code
Turn in a Screen Shot of all passed Unit Tests