mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-05-20 21:39:42 +00:00
12 lines
121 B
C++
12 lines
121 B
C++
#include "basetestutils.h"
|
|
|
|
#include "test.h"
|
|
|
|
BaseTestUtils::BaseTestUtils() {
|
|
|
|
}
|
|
|
|
BaseTestUtils::~BaseTestUtils() {
|
|
}
|
|
|