dimanche 3 avril 2016

Moq, how verifing method from interface inside another interface

I have 2 interfaces Interface A has one method

InterfaceB CreateObjectOfInterfaceB();

And Interface B has method

void DoSth();

How can i verify if method CreateObjectOfInterfaceB().DoSth() was used?

Aucun commentaire:

Enregistrer un commentaire