summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2023-04-01fix: make expectation returning method unsafeHampusM
2023-04-01feat: allow for usage of associated types of genericsHampusM
2023-03-26fix: replace Self in genericsHampusM
2023-03-26feat: add automock attributeHampusM
2023-03-25feat: add argument matchingHampusM
2023-03-20docs: add basic exampleHampusM
2023-03-19fix: allow mocking methods taking &mut selfHampusM
2023-03-19feat: add call count expectations to expectationsHampusM
2023-03-19docs: add examplesHampusM
2023-03-18feat: add support for generic traitsHampusM
2023-03-18refactor: rewrite the mock macro as a procedural macroHampusM
2023-03-12fix: remove need for where clause workaroundHampusM
2023-03-12add project & mock macroHampusM