inject

fun inject(activity: Activity)

Wrap AndroidInjection.inject method with helpful utilities for better testability of Activity class.

Use] onActivityInject to customize behavior of this method in tests.

fun inject(fragment: Fragment)

Wrap AndroidInjection.inject method with helpful utilities for better testability of Fragment class.

Use onFragmentInject to customize behavior of this method in tests.