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