FluentSpec.Test.Acceptance.Classes.Class.TestDependency C# (CSharp) Méthode

TestDependency() public méthode

public TestDependency ( ) : void
Résultat void
        public void TestDependency()
        {
            if (AbstractDependency != null) AbstractDependency.Method();
            if (SetAbstractDependency != null) SetAbstractDependency.Method();

            if (ConcreteDependency != null) ConcreteDependency.VirtualMethod();
            if (SetConcreteDependency != null) SetConcreteDependency.VirtualMethod();
        }

Same methods

Class::TestDependency ( Dependency Dependency ) : void