timozattol / project-radin

Project Radin is an expense management Android application that was build during EPFL's Software Engineering 2014 course.
2 stars 2 forks source link

Assert false in test doesn't make the test fail #54

Closed timozattol closed 10 years ago

timozattol commented 10 years ago

@topali2 Don't use "printf's" in the code to say something to the team, use issues! Particularly if there is a bug in the code.

timozattol commented 10 years ago

Okay I did 2 errors:

Now, if you put "false" instead of "true" the test fails! Yeah :sunglasses:

radubanabic commented 10 years ago

It's probably cleaner to put fail(message) instead of assertTrue(false).