Example
- To see you unit tests go to Test -> Windows -> Code Coverage Results
- (Figure 1)

- It will open the following window
- (Figure 2)

- The window is now empty
- Go to the Test menu -> Analyze Code Coverage
- (Figure 3)

- The tests will now be run as well (See the results in the Test Explorer)
- The results will be shown in a table in with you can see which classes and methods are covered with unit tests and which aren’t
- (Figure 4)
