Testing a class that depends on FragmentManager
I recently had to add test coverage to a class that has a hard, transiant dependency on FragmentManager via FragmentStateViewPager and its use of fragment transaction internally.
I recently had to add test coverage to a class that has a hard, transiant dependency on FragmentManager via FragmentStateViewPager and its use of fragment transaction internally.
How to test with Menu in a unit test?