Castle.MonoRail.Framework.Tests.DefaultUrlBuilderTestCase.AbsoluteUrlWithDifferentPort C# (CSharp) Method

AbsoluteUrlWithDifferentPort() private method

private AbsoluteUrlWithDifferentPort ( ) : void
return void
		public void AbsoluteUrlWithDifferentPort()
		{
			Assert.AreEqual("http://localhost:81/app/home/list.rails", urlBuilder.BuildUrl(diffPort, DictHelper.Create("absolute=true", "action=list")));
		}