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