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

implement mocking of faked gen_fsm processes #5

Open
bharendt opened this issue Sep 6, 2009 · 0 comments
Open

implement mocking of faked gen_fsm processes #5

bharendt opened this issue Sep 6, 2009 · 0 comments
Labels

Comments

@bharendt
Copy link
Owner

bharendt commented Sep 6, 2009

e.g. ?assertCalled({local, registered_name}, ?once ?inAnyState)
use eunit_mocked_gen_fsm module for that like eunit_mocked_gen_server is used for fake gen_server processes and check in eunit_mock:assert_called({GlobalOrLocal, GenXXXModuleName}, Times, Options, MODULE, LINE) whether the ?inAnyState or ?inState(StateName) option is given

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant