Commit Graph

3 Commits

Author SHA1 Message Date
a892f8eea7 chore(test): fix typo in test function name and var/field names
The Aborted() method was originally called Halted(), the rename didn't
make it to the test function it seems.
2021-11-22 02:03:49 +00:00
108ae0ec9a fix(mocktesting): add missing TempDirs() function
Without this function there was no way to inspect the list of temporary
directories created by calls to TempDir(), also making it impossible to
verify that TempDir() has been called.
2021-11-22 02:02:42 +00:00
5b84721b10 feat(mocktesting): initial implementation 2021-11-21 23:49:45 +00:00