Beispiel #1
0
        public void Test()
        {
            var serverPath  = ServerPath.FromLocalPath(new LocalPath("hello", new LocalFolderRoot("World")));
            var serverPath2 = ServerPath.FromLocalPath(new LocalPath("hello", new LocalFolderRoot("World")));

            serverPath2.Should().Be(serverPath);
        }