コード例 #1
0
ファイル: BasicVMTests.cs プロジェクト: drminor/propbag
 public void BaseLine_ThenTheDALIsWorking()
 {
     Assert.That(dal != null, $"dal of type: {dal.GetType()} is null.");
     Assert.That(personList != null, "The PersonList is null.");
     Assert.That(personList.Count >= 200, "The PersonList contains fewer that 200 items.");
 }