rename chapters
This commit is contained in:
15
Chapter17/cib/libs/etl/test/UnitTest++/AssertException.cpp
Normal file
15
Chapter17/cib/libs/etl/test/UnitTest++/AssertException.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "AssertException.h"
|
||||
|
||||
#ifndef UNITTEST_NO_EXCEPTIONS
|
||||
|
||||
namespace UnitTest {
|
||||
|
||||
AssertException::AssertException()
|
||||
{}
|
||||
|
||||
AssertException::~AssertException() throw()
|
||||
{}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user