[fenix] For https://github.com/mozilla-mobile/fenix/issues/9605: add FenixRobolectric...
commita016feacf76c8cd739eb78369d376e21e73ee7c3
authorMichael Comella <michael.l.comella@gmail.com>
Wed, 1 Apr 2020 20:45:01 +0000 (1 13:45 -0700)
committerMichael Comella <mcomella@fastmail.com>
Fri, 3 Apr 2020 16:27:49 +0000 (3 09:27 -0700)
tree1e44e0f7b3a22bd2b2d03938afcb518b14141e59
parent0757539b901cae206c902d1b6b9f6ce9c4d5210e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9605: add FenixRobolectricTestRunner.

This class will help us reduce duplication by specifying the
configuration within the test runner rather than each test needing to
specify it itself.

This class is adapted from Firefox for Fire TV:
  https://github.com/mozilla-mobile/firefox-tv/blob/master/app/src/test/java/org/mozilla/tv/firefox/helpers/FirefoxRobolectricTestRunner.kt
mobile/android/fenix/app/src/test/java/org/mozilla/fenix/helpers/FenixRobolectricTestRunner.kt [new file with mode: 0644]