test_BadInput
- class test_BadInput.Bad_Input_Json_Test(methodName='runTest')
- test_invalid_json_file()
Check if the software is able to detect invalid json file
- class test_BadInput.Bad_Input_File_Test(methodName='runTest')
- test_wrong_file_extention()
Check if the software is able to detect wrong input file extention
- test_input_file_is_a_folder()
Check if the software is able to detect a folder input when a system file input is expected
- test_input_file_cannot_be_found()
Check if the software is able to detect if the input file exists. If not, gives an error and inform the user about this issue.
- test_input_file_empty()
Check if the software is able to detect if the Agilent input file in Wide Table Form is empty and gives an error
- test_input_invalid_output_option()
Check if the software is able to detect if the input output options are valid. If not, gives an error and inform the user about this issue.
- test_invalid_agilent_dataform()
Check if the software is able to detect if the Agilent input file is neither in Wide Table or Compound Table Form.
- test_input_agilent_file_no_data_file()
Check if the software is able to detect if the Agilent input file in Wide Table Form or Compound Table Form have a Data File column
- test_input_agilent_compound_table_file_no_name()
Check if the software is able to detect if the Agilent input file in Compound Table Form have a Name column
- test_input_valid_output_option_agilent_no_data_excel()
Check if the software is able to detect if the input output option is valid but the output option is not found in the input file when creating an excel file
- test_input_valid_output_option_agilent_no_data_csv()
Check if the software is able to detect if the input output option is valid but the output option is not found in the input file when creating a csv file
- class test_BadInput.Bad_Annotation_Test(methodName='runTest')
- test_input_annotation_cannot_be_found()
Check if the software is able to detect if the input annotation file exists. If not, gives an error and inform the user about this issue.
- test_input_annotation_wrong_file_extention()
Check if the software is able to detect if the input annotation file has the wrong file extension
- test_input_annotation_is_a_folder()
Check if the software is able to detect a folder input when a system file input is expected