Step 185: contextual feature hints
This commit is contained in:
14
editor/tests/step185_integration_test.cpp
Normal file
14
editor/tests/step185_integration_test.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
// Step 185: Feature hints integration checks.
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include "FeatureHints.h"
|
||||
|
||||
int main() {
|
||||
FeatureHintsState state;
|
||||
queueFeatureHint(state, "hint.test", "Test hint");
|
||||
assert(!state.activeMessage.empty());
|
||||
|
||||
printf("step185_integration_test: all assertions passed\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user