SimaticResearchActivity / FBAE

Framework for Broadcast Algorithms Evaluation
GNU Affero General Public License v3.0
0 stars 1 forks source link

Provide a test environment #27

Closed simatic closed 7 months ago

simatic commented 7 months ago

In current version of FBAE, there is no test environment ==> Tests can only be made by analyzing traces in verbose mode. This is not satisfactory, especially if traces are numerous and mixed up.

Thus, a test environment must be provided.

One idea to answer to this requirement is to develop a StubSessionLayer and a StubComLayer to test one developer's XAlgoLayer, an implementation of AlgoLayer, thanks to Googletest:

Then, for each test of XAlgoLayer, with Googletest: