Exemplo n.º 1
0
        static void Main(string[] args)
        {
            UnitTests test = new UnitTests();

            test.TestCalcAgeValue();
            test.TestCalcMileageValue();
            test.TestCalcPrevOwner();
            test.TestCalcCollisions();
            test.TestCalcReliability();
            test.TestCalcProfit();
            test.CalculateCarValue();
        }
Exemplo n.º 2
0
        static void Main()
        {
            UnitTests ut = new UnitTests();

            ut.CalculateCarValue();
        }
Exemplo n.º 3
0
        static void Main(string[] args)
        {
            UnitTests u = new UnitTests();

            u.CalculateCarValue();
        }