Extending the test framework #611

This commit is contained in:
proddy
2020-11-16 14:13:35 +01:00
parent 1307a2e97b
commit 052ee91be5
4 changed files with 25 additions and 17 deletions

View File

@@ -40,7 +40,7 @@ namespace emsesp {
class Test {
public:
static void run_test_shell(uuid::console::Shell & shell, const std::string & command);
static void run_test(uuid::console::Shell & shell, const std::string & command);
static bool run_test(const char * command, int8_t id = 0);
static void dummy_mqtt_commands(const char * message);
static void rx_telegram(const std::vector<uint8_t> & data);