Add unit tests for the ByteStreamMetadataTool
Test the functionality of the ByteStreamMetadataTool. The tool should do nothing wihtout complaint for empty input. The tool should transcribes a ByteStreamMetadata object from input into a container in output. The tool should transcribe a ByteStreamMetadataContainer from input to output. Should there already be content in the output, matching content should be ignored and new content should be appended.
Showing
- Event/ByteStreamCnvSvc/CMakeLists.txt 11 additions, 0 deletionsEvent/ByteStreamCnvSvc/CMakeLists.txt
- Event/ByteStreamCnvSvc/test/ByteStreamMetadataTool_test.cxx 228 additions, 0 deletionsEvent/ByteStreamCnvSvc/test/ByteStreamMetadataTool_test.cxx
- Event/ByteStreamData/ByteStreamData/ByteStreamMetadata.h 23 additions, 0 deletionsEvent/ByteStreamData/ByteStreamData/ByteStreamMetadata.h
Please register or sign in to comment