eclipse-score / eclipse-score/communication
mw::com: Add a integration test that proves that moved from object is still valid and can call all public methods.
Open
- Dominant language
- C++
- Stars
- 62
- Forks
- 97
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 72
Description
### What
after finding a bug in move semantics and fixing it we now need a integration test that proves that moved from object is still valid and can call all public methods.
### How
_No response_
### Estimates for realization
It can be done by using existing integration tests as examples.
same test but before calling public methods move the object explicitly and then call public methods on moved to object.
### Category
- [ ] Affects Detailed Design
### Requirements / Architecture
- [x] Requirements / Architecture are not affected by this change?
Contributor guide
Assessment
This issue has not been assessed yet.