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