gen_test_cases command
CodeArtifactThe `gen_test_cases` command is used in HOL-TestGen proof scripts to automatically generate schematic test cases from test specifications. In the cited VAMP microprocessor case study, it is applied to unit and sequence scenarios for load/store, arithmetic, and branching instructions, producing symbolic test cases, uniformity hypotheses, and test theorems that can later be instantiated with concrete data by `gen_test_data`.
WIKI
Overview
gen_test_cases is a HOL-TestGen command used in proof scripts after a test_spec formula has constrained the intended test domain. In the VAMP microprocessor case study, it is shown as an apply method that generates schematic test cases for a system under test (SUT) and is followed by store_test_thm, which stores the result as a named test theorem. [c1]
Typical forms shown in the evidence include:
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →