14 October 2022
Testing stateful systems, part two: Linear Temporal Logic
On a previous post, we explained how to write tests for
stateful systems using traces — sequences of stateful actions — that can be
combined and modified to write complex test cases easily and transparently. This
post elaborates on the combinators used to generate new traces from…