Пример #1
0
 public void Test_UIHelper()
 {
     Assert.Throws(typeof(ArgumentNullException), () => { UIHelper.CreateListView(null); });
     Assert.Throws(typeof(ArgumentNullException), () => { UIHelper.CreateRecordsView(null, null, GDMRecordType.rtIndividual); });
 }