FDR  4.2.7(6ecbe5a21b71ab020e8fcaeccfe5ebaad0599f4f)
trace_counterexample.h
1 #pragma once
2 
3 #include <fdr/assertions/counterexample/refinement_counterexample.h>
4 
5 namespace FDR
6 {
7 namespace Assertions
8 {
15 {
16 public:
17  TraceCounterexample(const std::shared_ptr<Behaviour>& specification,
18  const std::shared_ptr<Behaviour>& implementation);
19 
21  LTS::CompiledEvent error_event() const;
22 };
23 
24 } // end Assertions
25 } // end FDR
FDR::Assertions::RefinementCounterexample
A counterexample to a refinement assertion.
Definition: refinement_counterexample.h:19
FDR::Assertions::TraceCounterexample::error_event
LTS::CompiledEvent error_event() const
The event the implementation performed the specification could not.
FDR::Assertions::TraceCounterexample
A counterexample demonstrating how a trace refinement check failed.
Definition: trace_counterexample.h:15