ReEvaluate
(*casefile)->ReEvaluate(event);
bool ReEvaluate(const string &devPath, const string &physPath,
virtual bool ReEvaluate(const ZfsEvent &event);
MOCK_METHOD1(ReEvaluate, bool(const ZfsEvent &event));
return (CaseFile::ReEvaluate(event));
ON_CALL(*m_caseFile, ReEvaluate(::testing::_))
EXPECT_TRUE(m_caseFile->ReEvaluate(*zfs_event));
EXPECT_TRUE(m_caseFile->ReEvaluate(*zfs_event));
EXPECT_TRUE(m_caseFile->ReEvaluate(*zfs_event));
EXPECT_TRUE(m_caseFile->ReEvaluate(*zfs_event));
EXPECT_TRUE(m_caseFile->ReEvaluate(*zfs_event));
EXPECT_CALL(*m_caseFile456, ReEvaluate(::testing::_))
EXPECT_CALL(*m_caseFile456, ReEvaluate(::testing::_))
EXPECT_CALL(*CaseFile1, ReEvaluate(::testing::_))
EXPECT_CALL(*CaseFile3, ReEvaluate(::testing::_))
EXPECT_CALL(*CaseFile2, ReEvaluate(::testing::_))
EXPECT_CALL(*CaseFile4, ReEvaluate(::testing::_))
EXPECT_CALL(*CaseFile5, ReEvaluate(::testing::_))
caseFile->ReEvaluate(devPath, physPath, /*vdev*/NULL);
ret |= (*curr)->ReEvaluate(devPath, physPath, &vdev);
caseFile->ReEvaluate(*this);
if (caseFile->ReEvaluate(*this) == false) {
caseFile->ReEvaluate(*this);