Example #1
0
        public void TestCheckDllInstalledChecksFileExists()
        {
            const string dllPath = "DllPath";

            SetupFile(directoryService => directoryService.ModDllPath, dllPath);

            bool dllInstalled = _setupService.CheckModDllInstalled();

            VerifyQueryFileExists(dllPath);
        }