index
:
ridicule
master
Rust mocking library supporting non-static function generics
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros
/
src
Age
Commit message (
Expand
)
Author
2023-04-02
docs: fix the mock macro example
HampusM
2023-04-01
fix: make expectation returning method unsafe
HampusM
2023-04-01
feat: allow for usage of associated types of generics
HampusM
2023-03-26
fix: replace Self in generics
HampusM
2023-03-26
feat: add automock attribute
HampusM
2023-03-25
feat: add argument matching
HampusM
2023-03-21
fix: prevent panicking while panicking in expectation drop
HampusM
2023-03-20
feat: add support for multiple expectations of identical methods
HampusM
2023-03-20
fix: replace Self with mock in function signatures
HampusM
2023-03-19
refactor: skip transmuting expectations without generics
HampusM
2023-03-19
fix: allow mocking methods taking &mut self
HampusM
2023-03-19
feat: add call count expectations to expectations
HampusM
2023-03-19
fix: allow trait generic param bounds
HampusM
2023-03-19
docs: add documentation comments
HampusM
2023-03-18
feat: add support for generic traits
HampusM
2023-03-18
feat: parse impl in mock macro as actual impl block
HampusM
2023-03-18
refactor: rewrite the mock macro as a procedural macro
HampusM