Skip to content

Commit

Permalink
Added escalus:peek_stanzas/1
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Goj committed Nov 23, 2011
1 parent c7bc650 commit 345dc9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/escalus.erl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
wait_for_stanza/1,
wait_for_stanza/2,
wait_for_stanzas/2,
wait_for_stanzas/3]).
wait_for_stanzas/3,
peek_stanzas/1]).

%%--------------------------------------------------------------------
%% Public API
Expand Down Expand Up @@ -79,5 +80,6 @@ end_per_testcase(_CaseName, Config) ->
?FORWARD2(escalus_client, wait_for_stanza).
?FORWARD2(escalus_client, wait_for_stanzas).
?FORWARD3(escalus_client, wait_for_stanzas).
?FORWARD1(escalus_client, peek_stanzas).

?FORWARD3(escalus_overridables, override).

0 comments on commit 345dc9c

Please sign in to comment.