| InterceptingActivityFactory | Implement this interface to provide custom implementation of Activity under test. |
| SingleActivityFactory<T extends Activity> | Abstract implementation of InterceptingActivityFactory which allows to intercept only one
activity at a time. |