Files
speckle-cpp-connectors/SpeckleConnector/ConnectorTests/ConfigTests.cpp
T

16 lines
374 B
C++

#include "ActiveLibDoctest/TestingPlatforms.h"
//Placeholder for JS configuration binding tests - implement as time allows
TEST_SUITE(TESTQ(ConfigTests)) TEST_SUITE_OPEN
//Test getting the current configuration
TEST_CASE(TESTQ(testConfigGet)) {
}
//Test updating the current configuration
TEST_CASE(TESTQ(testConfigUpdate)) {
}
TEST_SUITE_CLOSE