Skip to content

Latest commit

 

History

History
 
 

fragmentstest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

fragmentstest

Includes helpers for writing unit tests for Fragments. This includes (and extends) androidx.fragment:fragment-testing. fragmentstest needs to be included as a debugImplementation dependency (because of the underlying Android testing package):

debugImplementation project(':fragmentstest')