Beispiel #1
0
 public void Student_CanIDbeOutsideRange10000to99999()
 {
     Student student = new Student("Pesho", 123456);
 }
Beispiel #2
0
 public void Student_CanNameBeEmpty()
 {
     Student student = new Student("", 12345);
 }