AutoMoq.Tests.ClassWithAbstractDependencies.CallSomething C# (CSharp) Méthode

CallSomething() public méthode

public CallSomething ( ) : void
Résultat void
        public void CallSomething()
        {
            abstractDependency.Something();
        }