Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1001 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 1001 Bytes

Exercises in using mocking tools

Starting point

Note: See [https://help.github.com/](GitHub's excellent documentation) if you get stuck

  1. Fork the repository to your own GitHub account.
  2. Clone your fork to your local machine.
  3. Switch to the appropriate branch for the exercise.
  4. Don't forget to push your work to your fork so you can share it with your pair

Exercise 1

Check out the test-doubles branch. You'll find the exercise description in the README in the test-doubles folder.

Don't forget to push your work at the end of the exercise.

Exercise 2

Check out the contract-and-collaboration branch. You'll find the exercise description in the README in the contract-and-collaboration folder.

Don't forget to push your work at the end of the exercise.