To solidify this chapter in your head, find a simple point of navigation in your code. If you can, find navigation triggered by a button push. Then do the following:
Write a test case that triggers the navigation, testing the expected type of the next view controller.
If the presenting view controller passes any information along, look for a way to confirm that the presented view controller has this information. You may need to relax access control so tests can see this data.