Ejemplo n.º 1
0
        public void TestGameRoot()
        {
            var result = _installer
                         .AddParentDirectories(new HashSet <string>()
            {
                _gameDir
            })
                         .ToList();

            Assert.IsEmpty(result);
        }