Skip to content

Tags: jimeh/stub.sh

Tags

v1.0.2

Toggle v1.0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump version to 1.0.2

v1.0.1

Toggle v1.0.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release v1.0.1

- Update/fix function comments.

v1.0.0

Toggle v1.0.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release v1.0.0

- Change behavior of `stub_called_times`, breaking backwards
  compatability.
- Add `stub_called_exactly_times`.
- Add `stub_called_with` and related functions.

v0.3.0

Toggle v0.3.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release v0.3.0

- Added `stub_called` function to assert if given stub has been called.
- Added `stub_called_times` function to either find out how many times
  given stub has been called, or to assert it has been called a specific
  number of times.
- Added `stub_called_at_least_times` function to assert stub has been
  called at least given number of times.
- Added `stub_called_at_most_times` function to assert stub has been
  called no more than the given number of times.

v0.2.0

Toggle v0.2.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release v0.2.0

v0.1.0

Toggle v0.1.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Initial release