C# Class Snooze.AutoMock.Castle.MoqContrib.AutoMock.MockingUtilities

tidbits of functionality that are useful internally
Afficher le fichier Open project: nhsevidence/Snooze

Méthodes publiques

Méthode Description
GetMockFor ( object possiblyMocked ) : Mock

If the object is actually a mocked object, return the mock that controlls this mocked object.

Method Details

GetMockFor() public static méthode

If the object is actually a mocked object, return the mock that controlls this mocked object.
public static GetMockFor ( object possiblyMocked ) : Mock
possiblyMocked object
Résultat Mock