public void ShouldGetProduct() { var args = new String[] { "3", "2", "2" }; sut.ParseList(args); Assert.That(sut.GetProduct(), Is.EqualTo(12)); }