Example in C#

The following is an example of a StubSpeakerContactServiceError in C#. You'll note that, when MessageSpeaker is called then a new UnableToContactSpeakerException error is thrown.

class StubSpeakerContactServiceError : ISpeakerContactService
{
public void MessageSpeaker(string message)
{
throw new UnableToContactSpeakerException();
}
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
52.15.38.176