public void ToPostfixCalledWithNullThrowsArgumentException() { Assert.Throws <ArgumentException>(() => shuntingYard.ToPostfix(null).ToList()); }