-
Notifications
You must be signed in to change notification settings - Fork 1
Home
jabiercoding edited this page Jul 29, 2016
·
15 revisions
Download all the material on this repository
Download Eclipse Kepler Modeling
Click on each of the exercises for a complete description, instructions and frequently asked questions
Let's see how a JUnit 4 looks like. We have a Utils class with some methods that are tested. (1 hour)
JUnit exercise and introduction to control flow automatic visualisation and code coverage with EclEmma. (2.5 hours)
We have a design and we are going to apply Test driven development. (3 hours)
Let's see how mocking techniques look like. We will use the Mockito library in some prepared examples. (1.5 hour)
An exercise for practicing mocking techniques (1 hour)