Appccelerate.Bootstrapper.Reporting.ExecutionContextTest.CreateTestee C# (CSharp) Метод

CreateTestee() приватный статический Метод

private static CreateTestee ( IDescribable describable ) : ExecutionContext
describable IDescribable
Результат ExecutionContext
        private static ExecutionContext CreateTestee(IDescribable describable)
        {
            return new ExecutionContext(describable);
        }
    }