static void Main(string[] args) { UnitTests test = new UnitTests(); test.TestCalcAgeValue(); test.TestCalcMileageValue(); test.TestCalcPrevOwner(); test.TestCalcCollisions(); test.TestCalcReliability(); test.TestCalcProfit(); test.CalculateCarValue(); }
static void Main() { UnitTests ut = new UnitTests(); ut.CalculateCarValue(); }
static void Main(string[] args) { UnitTests u = new UnitTests(); u.CalculateCarValue(); }