示例#1
0
        public void GetRandomFileName()
        {
            string test = QuickIOPath.GetRandomFileName();

            test.Should().NotBeNullOrEmpty();
            test.Should().NotBeNullOrWhiteSpace();
        }