spy

  • <spy> not to have calls [exhaustively] satisfying <array>
  • <spy> not to have calls satisfying <function>
  • <spy> not to have calls [exhaustively] satisfying <object>
  • <spy> [always] threw <any?>
  • <spy> to have a call [exhaustively] satisfying <array>
  • <spy> to have a call satisfying <function>
  • <spy> to have a call [exhaustively] satisfying <object>
  • <spy> to have all calls [exhaustively] satisfying <array>
  • <spy> to have all calls satisfying <function>
  • <spy> to have all calls [exhaustively] satisfying <object>
  • <spy> to have calls [exhaustively] satisfying <array|object>
  • <spy> to have calls [exhaustively] satisfying <function>
  • <spy> to have no calls [exhaustively] satisfying <array>
  • <spy> to have no calls satisfying <function>
  • <spy> to have no calls [exhaustively] satisfying <object>
  • <spy> was called
  • <spy> was [always] called on <any>
  • <spy> was called times <number>
  • <spy> was [always] called with [exactly] <any*>