CHAP.test.common.reader_t
¶
File : common/reader_t.py
Author : Valentin Kuznetsov
Module Contents¶
Classes¶
Unit test for CHAP.common.BinaryFileReader class |
|
Unit test for CHAP.common.BinaryFileReader class |
|
Unit test for CHAP.common.URLReader class |
|
Unit test for CHAP.common.YAMLReader class |
API¶
- class CHAP.test.common.reader_t.BinaryFileReaderTest(methodName='runTest')¶
Bases:
unittest.TestCase
Unit test for CHAP.common.BinaryFileReader class
Initialization
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- setUp()¶
- testReader()¶
Unit test to test reader
- class CHAP.test.common.reader_t.NexusReaderTest(methodName='runTest')¶
Bases:
unittest.TestCase
Unit test for CHAP.common.BinaryFileReader class
Initialization
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- setUp()¶
- testReader()¶
Unit test to test reader
- testNXpath()¶
Unit test to test the
nxpath
keyword argument ofNexusReader.read
- class CHAP.test.common.reader_t.URLReaderTest(methodName='runTest')¶
Bases:
unittest.TestCase
Unit test for CHAP.common.URLReader class
Initialization
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- setUp()¶
- testReader()¶
Unit test to test reader
- class CHAP.test.common.reader_t.YAMLReaderTest(methodName='runTest')¶
Bases:
unittest.TestCase
Unit test for CHAP.common.YAMLReader class
Initialization
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- setUp()¶
- testReader()¶
Unit test to test reader