<div dir="ltr">Hi NFD developers<div><br></div><div>There are some changes in unit testing:</div><div><ul><li>Tests should be in nfd::tests namespace. This avoids potential name conflicts with main program.</li><li>Test fixtures should derive from nfd::tests::BaseFixture. Test cases should use a fixture derived from BaseFixture. This ensures global io_service is correctly created and destroyed for each test case.</li>

<li>LimitedIo class is provided for IO count and time limits.</li></ul></div><div>Please read details on <a href="http://redmine.named-data.net/projects/nfd/wiki/UnitTesting">http://redmine.named-data.net/projects/nfd/wiki/UnitTesting</a><br>

</div><div>Code reviewers will enforce these requirements.<br></div><div><br></div><div>Yours, Junxiao</div></div>