public override void SetUp() { base.SetUp(); _rulesSectionManager = Mocker.DynamicMock <IRulesSectionManager>(); _manager = new CalidusProjectManager(_rulesSectionManager); }
/// <summary> /// Create a new instance of this class /// </summary> /// <param name="rulesSectionManager">The rules section manager to use</param> public CalidusProjectManager(IRulesSectionManager rulesSectionManager) { _rulesSectionManager = rulesSectionManager; }