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."); }