ledger/test/unit/t_utils.cc

15 lines
251 B
C++

#include "t_utils.h"
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(UtilitiesTestCase, "util");
void UtilitiesTestCase::setUp() {
int x = 1;
}
void UtilitiesTestCase::tearDown() {
int x = 1;
}
void UtilitiesTestCase::testConstructors()
{
int x = 1;
}