commit | dc4277a03c1e5c56a68301af2d7ba5ef8da5ab38 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Mon Jul 17 11:34:02 2017 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Jul 17 11:34:02 2017 +0000 |
tree | 6da8382e233f0177f7bdbce47d06f8288dbe964d | |
parent | b501b121b3f3d97bfb8eefbea5298a00f56eeb38 [diff] |
tests: improve Block test suite * Reorder test cases to follow function order in block.hpp. * Move prependVarNumber and prependNonNegativeInteger tests to EncodingBuffer test suite. * Add test for Block() default constructor. * Add test for Block(uint32_t) constructor. * Add test for Block::parse function. refs #4171 Change-Id: Ia4eaf36f6ced9c2dabc7531ba541a5a2f92bae89
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: https://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.