Raven.Bundles.Tests.IndexReplication.FactIfSqlServerIsAvailable.ActionTestCommandWrapper.ActionTestCommandWrapper C# (CSharp) Method

ActionTestCommandWrapper() public method

public ActionTestCommandWrapper ( ITestCommand inner, Action action ) : System
inner ITestCommand
action Action
return System
			public ActionTestCommandWrapper(ITestCommand inner, Action<object> action)
			{
				this.inner = inner;
				this.action = action;
			}
FactIfSqlServerIsAvailable.ActionTestCommandWrapper