This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { |