We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff34749 commit 7c6e00fCopy full SHA for 7c6e00f
1 file changed
README.md
@@ -54,6 +54,13 @@ auto eventListener = std::make_shared<MyListener<ECFMP::Plugin::FlowMeasureActiv
54
ecfmp.EventBus().Subscribe<ECFMP::Plugin::FlowMeasureActivatedEvent>(eventListener);
55
```
56
57
+## Testing Your Integration
58
+
59
+You can test your integration by making use of the mocks provided by the SDK. These mocks will allow you to simulate
60
+events that would be sent by the ECFMP SDK.
61
62
+You can find the mocks in `include/mock`.
63
64
## Known Limitations
65
66
At the moment, the SDK has the following limitations:
0 commit comments