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

Indicates that we couldn't generate a mock for the given service. This is usually because the service was a primitive like a string or number.
Inheritance: System.ArgumentException
Afficher le fichier Open project: nhsevidence/Snooze

Méthodes publiques

Méthode Description
UnmockableException ( Type service ) : System

Method Details

UnmockableException() public méthode

public UnmockableException ( Type service ) : System
service System.Type
Résultat System