My test case works correctly if I define all expectations(it passes) or if I do not define some of the expectations(it fails). But if I define some additional expectations using one of , I expect test to fail as these methods are not there in actual implementation. But still the test passes.
Thanks
Ashutosh