test_NoConcatenation
- class test_NoConcatenation.NoConcatenation_Test(methodName='runTest')
- setUp()
Hook method for setting up the test fixture before exercising it.
- test_no_concatenate()
Check if the software is able to from the two input raw data
Extract the Area
Calculate the normalised Area and concentation
- test_no_concatenate_LongTable()
Check if the software is able to from the two input raw data
Extract the Area
Calculate the normalised Area and concentation
Create a Long Table without Annotation
- test_no_concatenate_LongTable_with_Annot()
Check if the software is able to from the two input raw data
Extract the Area
Calculate the normalised Area and concentation
Create a Long Table with Annotation
- test_no_concatenate_transpose()
Check if the software is able to from the two input raw data
Extract the Area
Calculate the normalised Area and concentation
Transpose the results correctly
- test_no_concatenate_multiple_ISTD()
Check if the software is able to from the two input raw data
Extract the Area
Calculate the normalised Area and concentation using multiple ISTD
- test_no_concatenate_multiple_ISTD_LongTable()
Check if the software is able to from the two input raw data
Extract the Area
Calculate the normalised Area and concentation using multiple ISTD
Create a Long Table without Annotation
- test_no_concatenate_multiple_ISTD_LongTable_with_Annot()
Check if the software is able to from the two input raw data
Extract the Area
Calculate the normalised Area and concentation using multiple ISTD
Create a Long Table with Annotation
- test_no_concatenate_multiple_ISTD_transpose()
Check if the software is able to from the two input raw data
Extract the Area
Calculate the normalised Area and concentation using multiple ISTD
Transpose the results correctly
- tearDown()
Hook method for deconstructing the test fixture after testing it.