first version of embedded test stand done
This commit is contained in:
11
src/core/test_loader.h
Normal file
11
src/core/test_loader.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "exceptions_handle.h"
|
||||
|
||||
class TestLoader
|
||||
{
|
||||
public:
|
||||
static QStringList loadCases(const QString& group,
|
||||
const QString& caseFilter = QString(),
|
||||
int repeat = 1);
|
||||
};
|
||||
Reference in New Issue
Block a user