Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Macros for Testability #46

Open
stuartmscott opened this issue Jan 15, 2023 · 1 comment
Open

Add Macros for Testability #46

stuartmscott opened this issue Jan 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@stuartmscott
Copy link
Member

stuartmscott commented Jan 15, 2023

The addition of some ASSERT_ macros would help make the tests more readable;

  • assert counter (Hierarchical Transitions #45):
    • assert onEntry counter
    • assert onExit counter
    • assert receiver(message) counter
  • assert state transition
  • assert message was sent
  • assert child was spawned
@stuartmscott stuartmscott added the enhancement New feature or request label Jan 15, 2023
@winksaville
Copy link
Collaborator

Should the title be "Add Macros for Testability"?

@stuartmscott stuartmscott changed the title Add Macros for Test Readability Add Macros for Testability Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants