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

New features - pid in history and count_calls and wildcard_count_calls functions #40

Merged
merged 4 commits into from
Oct 12, 2011

Commits on Oct 1, 2011

  1. Store the pid of the calling process too in the history + new 2 funct…

    …ions.
    
    * Added meck:history_with_pid/1.
      Returns the new format of the history including the pid.
    * Added meck:history/2.
      Returns the history for a specified pid, in the "old" format.
    
    Refactoring: Extracted the cast add_history calls to one place
    daha committed Oct 1, 2011
    Configuration menu
    Copy the full SHA
    db3c4ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    763d336 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    992a476 View commit details
    Browse the repository at this point in the history
  4. Adding new functions to search in the history for calls by a specific…

    … pid.
    
    * Added meck:called/4
    * Added meck:count_calls/4
    * Added meck:wildcard_count_calls/4
    daha committed Oct 1, 2011
    Configuration menu
    Copy the full SHA
    16fbe86 View commit details
    Browse the repository at this point in the history