I am trying to test a method and for that I am using mockito. However, my mock is not getting inside into the if\'s condition and goes directly to the flush\'s line.
I w