Lumiera  0.pre.03
»edit your freedom«
AdviceIndex_test Class Reference

Description

Test:
the Advice system uses an index datastructure to support matching the bindings to get pairs of participants to connect by an individual advice channel.
  This test covers the properties of this implementation datastructure in isolation.
  We employ special \link TestPOA test entries \endlink, different from what is used
  in the advice system (contrary to the real thing we're not differentiating between
  advice request and advice provision, as for the test all we need is the possibility
  to set an "advice solution"). To use these test records, we create a specific
  instantiation of the advice::Index template solely for this test.
See also
advice.hpp
AdviceBasics_test
AdviceBindingPattern_test

Definition at line 148 of file advice-index-test.cpp.

Private Member Functions

void addProvision (Index &idx)
 
void addRequest (Index &idx)
 
void buildIndex (Index &idx)
 
void clearIndex (Index &idx)
 
void modifyProvision (Index &idx)
 
void modifyRequest (Index &idx)
 
void removeRequest (Index &idx)
 
void retractProvision (Index &idx)
 
virtual void run (Arg)
 
+ Inheritance diagram for AdviceIndex_test:
+ Collaboration diagram for AdviceIndex_test:

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