The `Affected` test filter adds test cases to the tests that are about to be run.				
Affected test cases are determined by:

1. Looking at the subject of a test case.
2. Searching the class tree for any classes that directly depend on that subject.
3. Assigning test cases to those classes.