test_ConcatenationColumn

class test_ConcatenationColumn.Concatenation_By_Column_Test(methodName='runTest')
setUp()

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

test_concatenate_by_columns()

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

  • Extract the Area and concatenate by column

  • Calculate the normalised Area and concentation using the concatenated Area

test_concatenate_by_columns_LongTable()

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

  • Extract the Area and concatenate by column

  • Calculate the normalised Area and concentation using the concatenated Area

  • Create a Long Table without Annotation

test_concatenate_by_columns_LongTable_with_Annot()

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

  • Extract the Area and concatenate by column

  • Calculate the normalised Area and concentation using the concatenated Area

  • Create a Long Table with Annotation

test_concatenate_by_columns_transpose()

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

  • Extract the Area and concatenate by column

  • Calculate the normalised Area and concentation using the concatenated Area

  • Transpose the results correctly

test_concatenate_by_columns_multiple_ISTD()

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

  • Extract the Area and concatenate by column

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

test_concatenate_by_columns_multiple_ISTD_LongTable()

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

  • Extract the Area and concatenate by column

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

  • Create a Long Table without Annotation

test_concatenate_by_columns_multiple_ISTD_LongTable_with_Annot()

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

  • Extract the Area and concatenate by column

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

  • Create a Long Table with Annotation

test_concatenate_by_columns_multiple_ISTD_transpose()

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

  • Extract the Area and concatenate by column

  • 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.