Get some basic unit testing in place for the RaftActor class 63/9963/4
authorMoiz Raja <moraja@cisco.com>
Thu, 14 Aug 2014 22:02:58 +0000 (15:02 -0700)
committerMoiz Raja <moraja@cisco.com>
Sun, 24 Aug 2014 19:17:14 +0000 (12:17 -0700)
The two tests that were added do the following,
    - test construction
    - test finding a leader when the current raft actor is the leader

This commit also specifies the proper includes and excludes for code coverage

Change-Id: I5898c4a7f4044f13587fe5d58878d560f60e65dc
Signed-off-by: Moiz Raja <moraja@cisco.com>

No differences found