From: Moiz Raja Date: Thu, 14 Aug 2014 22:02:58 +0000 (-0700) Subject: Get some basic unit testing in place for the RaftActor class X-Git-Tag: release/helium~210^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=83f7f24d355f87d8c1a850098d5b7c82e5d746dd;hp=83f7f24d355f87d8c1a850098d5b7c82e5d746dd Get some basic unit testing in place for the RaftActor class 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 ---