Class AbstractCommitSupportTest

  • All Implemented Interfaces:
    org.testng.IHookable, org.testng.ITestNGListener

    public abstract class AbstractCommitSupportTest
    extends BaseTestCase
    Author:
    kir
    • Constructor Detail

      • AbstractCommitSupportTest

        public AbstractCommitSupportTest()
    • Method Detail

      • commit_with_no_changes

        public void commit_with_no_changes()
                                    throws Exception
        Throws:
        Exception
      • should_allow_to_commit_one_file

        public void should_allow_to_commit_one_file()
                                             throws Exception
        Throws:
        Exception
      • should_allow_to_commit_one_file_twice

        public void should_allow_to_commit_one_file_twice()
                                                   throws Exception
        Throws:
        Exception
      • should_allow_to_commit_one_file_twice_same_content

        public void should_allow_to_commit_one_file_twice_same_content()
                                                                throws Exception
        Throws:
        Exception
      • should_allow_to_delete_file

        public void should_allow_to_delete_file()
                                         throws Exception
        Throws:
        Exception
      • should_allow_to_delete_several_files_including_non_existing

        public void should_allow_to_delete_several_files_including_non_existing()
                                                                         throws Exception
        Throws:
        Exception
      • should_allow_to_delete_directory

        public void should_allow_to_delete_directory()
                                              throws Exception
        Throws:
        Exception
      • should_allow_to_delete_non_existing_directory

        public void should_allow_to_delete_non_existing_directory()
                                                           throws Exception
        Throws:
        Exception
      • should_allow_to_delete_non_existing_paths_other_operations

        public void should_allow_to_delete_non_existing_paths_other_operations()
                                                                        throws Exception
        Throws:
        Exception
      • should_allow_to_delete_non_existing_paths_which_existed_before

        public void should_allow_to_delete_non_existing_paths_which_existed_before()
                                                                            throws Exception
        Throws:
        Exception
      • should_allow_to_remove_directory_and_readd_file_in_it

        public void should_allow_to_remove_directory_and_readd_file_in_it()
                                                                   throws Exception
        Throws:
        Exception
      • should_allow_to_rename_file

        public void should_allow_to_rename_file()
                                         throws Exception
        Throws:
        Exception
      • should_allow_to_commit_multiple_files_join_operations

        public void should_allow_to_commit_multiple_files_join_operations()
                                                                   throws Exception
        Throws:
        Exception