コード例 #1
0
        public void GetFilePath_Test()
        {
            //Arrange
            string fileName = "fileUno";

            //Act
            string path = VirtualFile.GetFilePath(fileName);

            //Assert

            Assert.IsNotNull(path);
        }