BizareChat icon indicating copy to clipboard operation
BizareChat copied to clipboard

Unit Test for error condition

Open lawloretienne opened this issue 8 years ago • 0 comments

I am trying to run a unit test similar to the one you wrote here

https://github.com/ukevgen/BizareChat/blob/89ed302674307bd730f0db3583788045e56e0c77/app/src/test/java/com/internship/pbt/bizarechat/presentation/LoginPresenterUnitTest.java#L124

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?

lawloretienne avatar Nov 14 '17 16:11 lawloretienne