예제 #1
0
            public void Returns_expected_path(string path)
            {
                // ARRANGE
                var sut = new EmbeddedResourcesFileSystem(Assembly.GetExecutingAssembly());

                // ACT
                var actual = sut.ConvertPathToInternal((UPath)path);

                // ASSERT
                Assert.Equal(path, actual);
            }