public void GetJsonObjectFromExcelFileSuccess() { string json = HelpClass.GetJsonObjectFromExcelFile(); Assert.IsNotNull(json); }