Example #1
0
        public void FixtureTearDown()
        {
            Log.Info("Destroying the test of Read Sales!");

            //Clear data
            //ClearResourceData<Sales>(listSalesId);
            //ClearResourceData<Client>(listClientId);
            PublicAPISetUp.CleanupTestData();
        }
Example #2
0
        public void FixtureTearDown()
        {
            Log.Info("Destroying the test of Read Recruiter!");

            //Clear data
            //ClearResourceData<Recruiter>(listRecruiterId);
            //ClearResourceData<Client>(listClientId);
            PublicAPISetUp.CleanupTestData();
        }
Example #3
0
 public void TextFixtureTearDown()
 {
     PublicAPISetUp.CleanupTestData();
 }
Example #4
0
        public void FixtureTearDown()
        {
            Log.Info("Destroying the test of Writing Attachment Negative!");

            PublicAPISetUp.CleanupTestData();
        }
Example #5
0
        public void FixtureTearDown()
        {
            Log.Info("Destroying the test of Writing Client!");

            PublicAPISetUp.CleanupTestData();
        }
Example #6
0
        public void FixtureTearDown()
        {
            Log.Info("Destroying the test of Read Job!");

            PublicAPISetUp.CleanupTestData();
        }