AletheiaWareLLC / Wink

Fault Tolerance Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Macros for Testability

stuartmscott opened this issue · comments

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

  • assert counter (#45):
    • assert onEntry counter
    • assert onExit counter
    • assert receiver(message) counter
  • assert state transition
  • assert message was sent
  • assert child was spawned

Should the title be "Add Macros for Testability"?