I am trying to run a unit test similar to the one you wrote here
|
public void checkRecoveryPasswordHandleExceptions(){ |
However for me it throws the Exception even though the test passes.
https://github.com/lawloretienne/MovieHub/blob/master/app/src/test/java/com/etiennelawlor/moviehub/TelevisionShowsPresenterTest.java#L69
So it is logging the exception in the test console area of Android Studio. Should i just safely ignore this?
I am trying to run a unit test similar to the one you wrote here
BizareChat/app/src/test/java/com/internship/pbt/bizarechat/presentation/LoginPresenterUnitTest.java
Line 124 in 89ed302
However for me it throws the Exception even though the test passes.
https://github.com/lawloretienne/MovieHub/blob/master/app/src/test/java/com/etiennelawlor/moviehub/TelevisionShowsPresenterTest.java#L69
So it is logging the exception in the test console area of Android Studio. Should i just safely ignore this?