AutoMoq.Tests.MockingBehaviorTests.Bar.Throw C# (CSharp) Method

Throw() public method

public Throw ( ) : void
return void
            public void Throw()
            {
                foo.Catch();
            }
MockingBehaviorTests.Bar