FDR  4.2.7(6ecbe5a21b71ab020e8fcaeccfe5ebaad0599f4f)
Public Member Functions | List of all members
FDR::Assertions::TraceCounterexample Class Reference

A counterexample demonstrating how a trace refinement check failed. More...

#include <trace_counterexample.h>

Inheritance diagram for FDR::Assertions::TraceCounterexample:
Inheritance graph
[legend]
Collaboration diagram for FDR::Assertions::TraceCounterexample:
Collaboration graph
[legend]

Public Member Functions

 TraceCounterexample (const std::shared_ptr< Behaviour > &specification, const std::shared_ptr< Behaviour > &implementation)
 
LTS::CompiledEvent error_event () const
 The event the implementation performed the specification could not.
 
- Public Member Functions inherited from FDR::Assertions::RefinementCounterexample
const std::shared_ptr< Behaviour > & implementation_behaviour () const
 The behaviour of the implementation process.
 
const std::shared_ptr< Behaviour > & specification_behaviour () const
 The behaviour of the specification process.
 
- Public Member Functions inherited from FDR::Assertions::Counterexample
 Counterexample (const Counterexample &)=delete
 
Counterexampleoperator= (const Counterexample &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from FDR::Assertions::RefinementCounterexample
 RefinementCounterexample (const std::shared_ptr< Behaviour > &specification, const std::shared_ptr< Behaviour > &implementation)
 

Detailed Description

A counterexample demonstrating how a trace refinement check failed.

In this case the specification Behaviour is guaranteed to be a LTS::Behaviour::Irrelevant, whilst the implementation Behaviour is guaranteed to be a LTS::Behaviour::Trace.


The documentation for this class was generated from the following file: