Skip to content

Instantly share code, notes, and snippets.

View pandelisgreen13's full-sized avatar

Pantelis Chasapis pandelisgreen13

  • Athens, Greece
View GitHub Profile
@pandelisgreen13
pandelisgreen13 / gist:5850882b018db04c992cfe3045722983
Last active February 8, 2023 13:21
Android Studio unit test bug
When we run the following test from the Android Studio, the test is successful, but if you run the unit test from the terminal,
the test is failing as excpected
Steps to reproduce :
1) Create the following class
2) Use the problematic unit test
3) Run the test from android studio and terminal
4) It must behave differently
class TestMapper {