How do I write a unit test to determine that the layout used in setContentView(int layoutId)
has been called and corresponds to the proper layout for a given activity?
How do I write a unit test to determine that the layout used in setContentView(int layoutId)
has been called and corresponds to the proper layout for a given activity?