Exemple #1
0
 public void ConstructorInitializedCorrectly()
 {
     Assert.DoesNotThrow(() => this.database = new DataBasePerson(this.people), "Constructor should not throw an exception!");
 }
Exemple #2
0
 public void InitializeBeforeEachTest()
 {
     this.database = new DataBasePerson(this.people);
 }