mercredi 26 août 2015

How does android.unitTests.returnDefaultValues work?

I know what having the following in an Android project's build.gradle is supposed to do. But how does it work? And what exactly are the default values returned? How do they compare with "real" values?

android {
    // ...
    testOptions { 
        unitTests.returnDefaultValues = true
    }
}

Aucun commentaire:

Enregistrer un commentaire