Example #1
0
        public void TestSommatie()
        {
            Sommatie sommatie = new Sommatie();
            decimal  number   = sommatie.DoSommatie();

            Assert.AreEqual(1.337, Convert.ToDouble(number));
        }
Example #2
0
        public decimal GetSommatie()
        {
            Sommatie sommatie = new Sommatie();
            decimal  number   = sommatie.DoSommatie();

            return(number);
        }