File: HISTORY

package info (click to toggle)
lua-lemock 0.6-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 512 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LeMock History


: 0.6
  - Actions can be set to raise an error.
  - //anytimes// and //atleastonce//.
  - Fail immediately if an unsatisfied action is closed.
  - Simplify semantics for Anyarg and Anyargs.
  - Documentation.
: 0.5
  - Anyarg and Anyargs.
  - Third rewrite (major refactoring).
: 0.4
  - Labels, dependencies, closes, and replay count limits.
  - Allow attribute modifying controller methods to be chained.
: 0.3
  - Initial import.
  - This is the second rewrite of the initial prototype. It handles recording
    and replaying of actions with returnvalues, and verifies replay
    completeness.