public void EmptyViewTemplateFunction() { Func <object> loadTemplate = () => new BoxView(); Bindable.EmptyViewTemplate(loadTemplate); Assert.That(BindableLayout.GetEmptyViewTemplate(Bindable), Is.Not.Null); }