Add new operation 'run' to test a specific test case
authorEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Tue, 28 Apr 2020 22:36:41 +0000 (00:36 +0200)
committerEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Tue, 28 Apr 2020 22:36:41 +0000 (00:36 +0200)
commit1f560cfaaea555f037a99a6790eade56434eb119
tree9ec0b9114008677cd25fad6b4e0aecbcdd2b4c19
parent51d5997996ea8be2f545f13c3258b56e19a4e291
Add new operation 'run' to test a specific test case

Not only updates iterator but also executes the case to
avoid that another operation changes the pointer.
example/diameter/launcher/Launcher.cpp
example/diameter/launcher/resources/HELP.md
include/anna/testing/TestManager.hpp
source/testing/TestManager.cpp