Symbolic Calls
Learn about symbolic calls and how they make debugging a property failure easier.
We'll cover the following...
What are symbolic calls?
Some of the data structures or states that we need to generate for tests can be opaque and difficult to decipher. Think of debugging a binary protocol by looking at the individual bytes once the whole thing is encoded, or creating a process and sending it a bunch of messages to prime its state. The output of a failing property will be a lot of hard-to-read bits and bytes, or a term like <0.213.0>
, which ...
Access this course and 1400+ top-rated courses and projects.