ait.dsn.cfdp.test.pdu_test module

class ait.dsn.cfdp.test.pdu_test.EOFTest(methodName='runTest')

Bases: TestCase

setUp()

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

tearDown()

Hook method for deconstructing the test fixture after testing it.

test_eof_encoding_decoding()

Convert EOF to bytes and then back into an object

test_eof_read_write()

Write EOF to file, then read back to header

class ait.dsn.cfdp.test.pdu_test.FileDataTest(methodName='runTest')

Bases: TestCase

setUp()

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

tearDown()

Hook method for deconstructing the test fixture after testing it.

test_fd_encoding_decoding()

Convert EOF to bytes and then back into an object

test_fd_read_write()

Write EOF to file, then read back to header

class ait.dsn.cfdp.test.pdu_test.HeaderTest(methodName='runTest')

Bases: TestCase

setUp()

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

tearDown()

Hook method for deconstructing the test fixture after testing it.

test_header_encoding_decoding()

Convert header to bytes and then back into an object

test_header_read_write()

Write header to file, then read back to header

class ait.dsn.cfdp.test.pdu_test.MetadataTest(methodName='runTest')

Bases: TestCase

setUp()

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

tearDown()

Hook method for deconstructing the test fixture after testing it.

test_md_encoding_decoding()

Convert MD to bytes and then back into an object

test_md_read_write()

Write MD to file, then read back to header

ait.dsn.cfdp.test.pdu_test.setUpModule()
ait.dsn.cfdp.test.pdu_test.tearDownModule()