FedericoGuerri / TraineeShip-Android

Repository for my traineeship at UNIFI.
0 stars 0 forks source link

Travis fails Instrumentation tests where "Context"(or methods "linked" with it) is used. #3

Closed FedericoGuerri closed 6 years ago

FedericoGuerri commented 6 years ago

e.g. getColor(int id).

FedericoGuerri commented 6 years ago

Fixed by getting "Context" directly from the view. Also, it can be obtained from "InstrumentationRegistry".