You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add detailed section explaining the difference between automatic
and manual state control in MockCommand:
- Explain that run() automatically toggles isRunning synchronously
- Show why manual control methods are better for testing states
- Provide clear examples for both approaches
- Add guidance on when to use each approach
This clarifies a common confusion point about MockCommand behavior.
0 commit comments