Extension:Expect/Glossary
Glossary for Expect is a list of core terms and concepts for expect, or assertions.
Terms and concepts
edit- Assertion
- An assertion is a predicate connected to a point in the program, that should always evaluate to true at that point in code execution.
- Compute graph
- A sequence of actions chained together in such a way that it forms a partial program for code execution.