github.com/leanovate/gopter@v0.2.9/commands/doc.go (about) 1 /* 2 Package commands contains helpers to create stateful tests based on commands. 3 4 Testers have to implement the Commands interface providing generators for the 5 initial state and the commands. For convenience testers may also use the 6 ProtoCommands as prototype. 7 8 The commands themselves have to implement the Command interface, whereas 9 testers might choose to use ProtoCommand as prototype. 10 */ 11 package commands