Castle.IO.Tests.paths.path_specification.gettting_without_last_bit_should_act_only_on_folder_and_file_part C# (CSharp) Method

gettting_without_last_bit_should_act_only_on_folder_and_file_part() private method

private gettting_without_last_bit_should_act_only_on_folder_and_file_part ( string firstPart, string result ) : void
firstPart string
result string
return void
		public void gettting_without_last_bit_should_act_only_on_folder_and_file_part(
			string firstPart, string result)
		{
			Path.GetPathWithoutLastBit(firstPart)
				.Should().Be(new Path(result));
		}