Home | History | Annotate | only in /external/mockito
Up to higher level directory
NameDateSize
Android.mk24-Aug-20164.5K
build.gradle24-Aug-20162K
cglib-and-asm/24-Aug-2016
CleanSpec.mk24-Aug-20162.3K
LICENSE24-Aug-20161.1K
README.android24-Aug-2016275
src/24-Aug-2016
update_source.sh24-Aug-2016887

README.android

      1 Mockito is a mocking framework with a clean and simple API.
      2 See https://code.google.com/p/mockito/ for more information.
      3 
      4 For Android, we need to combine Mockito with a MockMaker provided by the
      5 Dexmaker module.
      6 
      7 The source can be updated using the update_source.sh script.
      8 
      9