generated from Sithas/conan_template
11 lines
218 B
C++
11 lines
218 B
C++
#include "AuthRegistrationExecutorTestFixture.h"
|
|
|
|
#include <boost/test/unit_test.hpp>
|
|
|
|
namespace uad
|
|
{
|
|
F::F(): i( 0 ) { BOOST_TEST_MESSAGE( "setup fixture" ); }
|
|
|
|
F::~F() { BOOST_TEST_MESSAGE( "teardown fixture" ); }
|
|
}
|