File: doc.go

package info (click to toggle)
golang-github-leanovate-gopter 0.2.9%2Bgit20210201.bbbf00e-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 696 kB
  • sloc: makefile: 37
file content (11 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
/*
Package commands contains helpers to create stateful tests based on commands.

Testers have to implement the Commands interface providing generators for the
initial state and the commands. For convenience testers may also use the
ProtoCommands as prototype.

The commands themselves have to implement the Command interface, whereas
testers might choose to use ProtoCommand as prototype.
*/
package commands