jeudi 8 septembre 2016

Mockito stubbing with one method and changing answers

I have an Interface

Interface IBla {
 boolean isValid();
}

The Interface sends 25 times isValid(true) and afterwards 25 times isValid(false). I want to mock this Interface for testing.

My question is there any possibility to test this and if not, are there any other Frameworks?????

Aucun commentaire:

Enregistrer un commentaire