Esempio n. 1
0
        public void TestMethod10()
        {
            IFileService fileService = new FileServerStubExeption();

            Assert.ThrowsException <NullReferenceException>(() => fileService.MergeTemporaryFiles("dasdasgfqa"));
        }
Esempio n. 2
0
        public void TestMethod14()
        {
            IFileService fileService = new FileServerStubExeption();

            fileService.RemoveTemporaryFiles("aassd");
        }