ZeroInstall.DesktopIntegration.IntegrationManagerTest.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return void
        public void SetUp()
        {
            _appListFile = new TemporaryFile("0install-unit-tests");
            new AppList().SaveXml(_appListFile);
            _integrationManager = new IntegrationManager(_appListFile, new MockTaskHandler());
        }