AutoMoq.Tests.with_automoqer_Tests.Test.Test C# (CSharp) Метод

Test() публичный Метод

public Test ( IDependency Dependency ) : AutoMoq.Helpers
Dependency IDependency
Результат AutoMoq.Helpers
            public Test(IDependency Dependency)
            {
                this.Dependency = Dependency;
            }
with_automoqer_Tests.Test