BloomTests.UrlPathStringTests.PathOnly_AmbiguousInput_RoundTrips C# (CSharp) Method

PathOnly_AmbiguousInput_RoundTrips() private method

private PathOnly_AmbiguousInput_RoundTrips ( ) : void
return void
        public void PathOnly_AmbiguousInput_RoundTrips()
        {
            Assert.AreEqual("test+me", UrlPathString.CreateFromUnencodedString("test+me").PathOnly.NotEncoded);
        }