public void Test_UIHelper() { Assert.Throws(typeof(ArgumentNullException), () => { UIHelper.CreateListView(null); }); Assert.Throws(typeof(ArgumentNullException), () => { UIHelper.CreateRecordsView(null, null, GDMRecordType.rtIndividual); }); }