AutoMoq.Tests.with_automoqer_Tests.GetMock_returns_the_mock C# (CSharp) Method

GetMock_returns_the_mock() private method

private GetMock_returns_the_mock ( ) : void
return void
        public void GetMock_returns_the_mock()
        {
            var test = new with_automoqer();
            with_automoqer.mocker = new AutoMoqer();

            with_automoqer.GetMock<IDependency>().ShouldBeSameAs(with_automoqer.mocker.GetMock<IDependency>());
        }