Exemplo n.º 1
0
        public void GetFileLengthFail()
        {
            var mountfs = new MountFileSystem();

            Assert.Throws <FileNotFoundException>(() => mountfs.GetFileLength("/toto.txt"));
        }