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