lundi 30 juillet 2018

Custom testInstrumentationRunner only for specific tests

I have custom testInstrumentationRunner and I set it inside gradle this way:

`testInstrumentationRunner` `com.dom.androidtest.TestRunner`

But I want to run only specific tests with this testInstrumentationRunner. Is there a way to set my TestRunner for specific class, like @RunWith(AndroidJUnit4.class) for JUnitRunner?

Aucun commentaire:

Enregistrer un commentaire