Skip to content

Commit 7c6e00f

Browse files
committed
docs: add docs info for mocking
1 parent ff34749 commit 7c6e00f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ auto eventListener = std::make_shared<MyListener<ECFMP::Plugin::FlowMeasureActiv
5454
ecfmp.EventBus().Subscribe<ECFMP::Plugin::FlowMeasureActivatedEvent>(eventListener);
5555
```
5656

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+
5764
## Known Limitations
5865

5966
At the moment, the SDK has the following limitations:

0 commit comments

Comments
 (0)