Moved unitTestCodec from src to tst folder to cleanup src files. At the time when this codec was introduced I wasn't aware of how to put the codec in tst folder and load it via SPI. Hence the codec was added in src.
But I found a way to make codec accessible during UTs hence moving this back to test folder
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
NA
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Description
Moved unitTestCodec from src to tst folder to cleanup src files. At the time when this codec was introduced I wasn't aware of how to put the codec in tst folder and load it via SPI. Hence the codec was added in src.
But I found a way to make codec accessible during UTs hence moving this back to test folder
Related Issues
Resolves #[Issue number to be closed when this PR is merged] NA
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.