AppUpdater.Tests.UpdaterChefTests.Setup C# (CSharp) Method

Setup() private method

private Setup ( ) : void
return void
        public void Setup()
        {
            localStructureManager = MockRepository.GenerateStub<ILocalStructureManager>();
            updateServer = MockRepository.GenerateStub<IUpdateServer>();
            updaterChef = new UpdaterChef(localStructureManager, updateServer);
        }