File tree 1 file changed +8
-0
lines changed
unit/solvers/smt2_incremental 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,14 @@ class smt_mock_solver_processt : public smt_base_solver_processt
85
85
~smt_mock_solver_processt () override = default ;
86
86
};
87
87
88
+ // / \brief Data structures and their initialisation shared between tests.
89
+ // / \details
90
+ // / Instantiates a `smt2_incremental_decision_proceduret` using a mock of the
91
+ // / solver process to direct communication with the solver to collections of
92
+ // / `sent_commands` and `mock_responses`. The `mock_respones` must be
93
+ // / populated by the test, before the decision procedure expects them. The
94
+ // / `sent_commands` should be checked by the test after the decision procedure
95
+ // / has sent them.
88
96
struct decision_procedure_test_environmentt final
89
97
{
90
98
void send (const smt_commandt &smt_command);
You can’t perform that action at this time.
0 commit comments