I am working with java and cucumber. In my step def I found that assertion is not working. Even if I write
assert 1==2
exception is not thrown. I know that I do not provide too much info, but the problem I do not know what start to check. Any idea what it can be?