Skip to content

Latest commit

 

History

History
 
 

fragments-test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

fragmentstest

Includes helpers (arguably missing from androidx.fragment:fragment-testing) 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')