Skip to content

Task1.0 UnitTests

costea32 edited this page Feb 4, 2014 · 2 revisions

Definition:

You have a small VS solution called Task1. It has one class, one interface and one handler provider.

Your aim is to create a Test Project within that solution and add unit tests to cover any object that implements IUserHandler.

You can use the handler provider to get an empty object to write your tests against, but you will not know the actual object’s implementation. That’s the fun part

Try to come up with as much tests as you can. After everyone’s done we will run your tests against some User Handlers and see whose test suite catches the most bugs.

Acceptance Criteria:

  1. Unit test written with MSTest
  2. Tests use UserHandlerProvider to access the tested class.

Tips/Expectations (Go here after you finish your task)

Clone this wiki locally