Unit tests as finite state machine approximation of software
Written by Grigory Rechistov in Uncategorized on 16.11.2025. Tags: unit-tests, fsm,
Finite state machine (FSM) is both a strict theoretical concept and a practically useful mechanism to build and reason about certain kinds of software. Unit tests is a category of tests that focuses on having the minimum of dependencies when making verifiable assertions about production software’s behavior. Neither is …