A test method MUST begin with the string "test" to be considered as a test (with previous versions of JUnit we had to use the annotation "@Test" I think).
Also, we should use the "assertTrue" method of JUnit instead of asserts (that are not even activated in the project I think)
Now, if you put "false" instead of "true" the test fails! Yeah :sunglasses:
@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.