protected override void EstablishContext() { _innerCommand = The <ITestCommand>(); _methodInfo = The <IMethodInfo>(); _specification = An <ISpecification>(); _expectedTestResult = CreateMethodResult(); _innerCommand.WhenToldTo(x => x.Execute(_specification)).Return(_expectedTestResult); }