Skip to content

Robolectric 3.2.2

Compare
Choose a tag to compare
@xian xian released this 11 Jan 23:43
· 7960 commits to master since this release

Bug Fixes:

  • Fixed: PhoneUtils broken starting from M (getResourceAsStream is broken) [issue #2773].
  • Fixed: Robolectric reports all tests running with SDK [16] [issue #2836].
  • Fixed: Memory Leak when testing Activities [issue #2068].
  • Fixed: Global robolectric.properties file is not loaded [issue #2843].

API Changes:

  • ShadowLocation has been deprecated and will be removed in a future major release.

Known Issues:

  • PowerMock broken [issue #2208].
  • Mockito experimental mocking of finals is broken [issue #2677].
  • Some styles may still not resolve properly [issue #2787].

Use Robolectric:

testCompile "org.robolectric:robolectric:3.2.2"

Find more details here.