AppHarbor.Test.MockedApiTests.Get_Null_For_Non_Existing_Servicehook C# (CSharp) Method

Get_Null_For_Non_Existing_Servicehook() private method

private Get_Null_For_Non_Existing_Servicehook ( ) : void
return void
		public void Get_Null_For_Non_Existing_Servicehook()
		{
			var item = Api.GetServicehook(ApplicationSlug, "6");
			Assert.IsNull(item);
		}
MockedApiTests