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

Get_Null_For_Non_Existing_Test() private method

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