public void OnTestInitialize() { this.systemManager = Mock.Create <ISystemManagerWrapper>(); this.sutInstance = new SutClass(this.systemManager); }
public SutClass(ISystemManagerWrapper wrapper) { this.wrapper = wrapper; }