public void Valid_Executive_Name_Is_Returned() { var obj = MockCustomerDataRepository.CheckSales(_customerData); Assert.AreEqual("Prithu", obj); }