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
Requirements / Architecture
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
Requirements / Architecture