test_ConcatenationRow

class test_ConcatenationRow.Concatenation_By_Row_Test(methodName='runTest')
setUp()

Hook method for setting up the test fixture before exercising it.

test_concatenate_by_rows()

Check if the software is able to from the two input raw data with different samples but same transitions

  • Extract the Area and concatenate by row

  • Calculate the normalised Area and concentation using the concatenated Area

test_concatenate_by_rows_LongTable()

Check if the software is able to from the two input raw data with different samples but same transitions

  • Extract the Area and concatenate by row

  • Calculate the normalised Area and concentation using the concatenated Area

  • Create a Long Table without Annotation

test_concatenate_by_rows_LongTable_with_Annot()

Check if the software is able to from the two input raw data with different samples but same transitions

  • Extract the Area and concatenate by row

  • Calculate the normalised Area and concentation using the concatenated Area

  • Create a Long Table with Annotation

test_concatenate_by_rows_transpose()

Check if the software is able to from the two input raw data with different samples but same transitions

  • Extract the Area and concatenate by row

  • Calculate the normalised Area and concentation using the concatenated Area

  • Transpose the results correctly

test_concatenate_by_rows_multiple_ISTD()

Check if the software is able to from the two input raw data with different samples but same transitions

  • Extract the Area and concatenate by row

  • Calculate the normalised Area and concentation using the concatenated Area and multiple ISTD

test_concatenate_by_rows_multiple_ISTD_LongTable()

Check if the software is able to from the two input raw data with different samples but same transitions

  • Extract the Area and concatenate by row

  • Calculate the normalised Area and concentation using the concatenated Area and multiple ISTD

  • Create a Long Table without Annotation

test_concatenate_by_rows_multiple_ISTD_LongTable_with_Annot()

Check if the software is able to from the two input raw data with different samples but same transitions

  • Extract the Area and concatenate by row

  • Calculate the normalised Area and concentation using the concatenated Area and multiple ISTD

  • Create a Long Table with Annotation

test_concatenate_by_rows_multiple_ISTD_transpose()

Check if the software is able to from the two input raw data with different samples but same transitions

  • Extract the Area and concatenate by row

  • Calculate the normalised Area and concentation using the concatenated Area and multiple ISTD

  • Transpose the results correctly

tearDown()

Hook method for deconstructing the test fixture after testing it.