C# Class AOUT.Ch5.LogAn.Test.LogAnalyzerTestsUsingRhinoMocks

Show file Open project: royosherove/aout1

Public Methods

Method Description
StubSimulatingException ( ) : void

Private Methods

Method Description
Analyze_TooShortFileName_CallsWebService ( ) : void
Analyze_WebServiceThrows_SendsEmail ( ) : void
ComplexConstraintsWithCallbacks ( ) : void
ConstraintsAgainstObjectPropeties ( ) : void
CreateMock_RecordSimpleExpectation_ ( ) : void
CreateMock_WithReplayAll ( ) : void
CreateMock_WithReplayAll_AAA ( ) : void
EventFiringManual ( ) : void
EventFiringWithEventsVerifier ( ) : void
ReturnResultsFromMock ( ) : void
ReturnResultsFromStub ( ) : void
SimpleRhinoStub ( ) : void
SimpleStringConstraints ( ) : void
StubNeverFailsTheTest ( ) : void
StubThatThrowsException_RhinoMocks ( ) : void
TestingObjectPropertiesWithObjects ( ) : void
TriggerAndVerifyRespondingToEvents ( ) : void
UsingStubsWithCustomPropertyValues ( ) : void
UsingStubsWithProperties ( ) : void
VerifyAttachesToViewEvents ( ) : void
verifyComplexMessage ( ComplexTraceMessage msg ) : bool

Method Details

StubSimulatingException() public method

public StubSimulatingException ( ) : void
return void