Beispiel #1
0
 public void SteinAlgoritmArgumentNullException()
 {
     Assert.Throws <ArgumentNullException>(() => Stein.Algoritm());
 }