Age | Commit message (Expand) | Author |
---|---|---|
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-20 | docs: add basic example | 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 | docs: add examples | HampusM |
2023-03-18 | feat: add support for generic traits | HampusM |
2023-03-18 | refactor: rewrite the mock macro as a procedural macro | HampusM |
2023-03-12 | fix: remove need for where clause workaround | HampusM |
2023-03-12 | add project & mock macro | HampusM |