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

Test() public method

public Test ( IDependency Dependency ) : AutoMoq.Helpers
Dependency IDependency
return AutoMoq.Helpers
            public Test(IDependency Dependency)
            {
                this.Dependency = Dependency;
            }
with_automoqer_Tests.Test