If assertion OK, then no problem.
For example:
CPPUNIT_ASSERT_EQUAL(er, CParameterList::NoErrors);
This code work when er==CParameterList::NoErrors.
If er!=CParameterList::NoErrors, progmam crash.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If assertion OK, then no problem.
For example:
CPPUNIT_ASSERT_EQUAL(er, CParameterList::NoErrors);
This code work when er==CParameterList::NoErrors.
If er!=CParameterList::NoErrors, progmam crash.