mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-04-29 19:24:38 +00:00
12 lines
121 B
C++
12 lines
121 B
C++
#include "basetestutils.h"
|
|
|
|
#include "test.h"
|
|
|
|
BaseTestUtils::BaseTestUtils() {
|
|
|
|
}
|
|
|
|
BaseTestUtils::~BaseTestUtils() {
|
|
}
|
|
|