Esempio n. 1
0
 public static void InitializeTestClass(TestContext tstContext)
 {
     RepositManager = new RepositoryManager(testFilePath);
     DeleteTestJsonFile();
     //create test file
     RepositManager.CreateFile();
 }
Esempio n. 2
0
        public string SaveOfxFile(Ofx ofx)
        {
            var jsonFile = JsonManager.ObjectToJson(ofx);

            return(repositoryManager.CreateFile(jsonFile));
        }