Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for RTF #6

Open
7 tasks
triccyx opened this issue May 29, 2019 · 1 comment
Open
7 tasks

Support for RTF #6

triccyx opened this issue May 29, 2019 · 1 comment
Assignees
Labels
analysis analysis on a specific argument

Comments

@triccyx
Copy link
Member

triccyx commented May 29, 2019

RTF files to read:
-suites/mysuit.xml
--context/myini.ini
--fixtures/myfixture.xml

TODO list:

  • create new library and repository yarpRtfActionDepot (effort 7)
  • create base class ActionRtf (effort 6)
  • create for each RTF test (mytest.cpp) a specific derived from ActionRTF, ActionRTFMy (effort 6)
  • add setup call to ActionRTFMy constructor() and threadDown call to ActionRTFMy destructor(). Add run call to execute() ActionRTFMy execute (effort 6)
  • in ActionRtf add method for open .ini file and inject data read from .ini in setup call (effort 7)
  • in ActionRtf extend error and report check and rewrite RTF macro (effort 8)
  • ActionRtf add method for read fixture in suite.xml and execute (effort 8); or add fixtures to
    blockTest preconditions (effort 6)

Note:
Effort level (1-10)

@triccyx
Copy link
Member Author

triccyx commented May 29, 2019

Each RTF test, mytest.cpp (that produce a library) should be inserted inside a ActionRTF derived class.

@triccyx triccyx changed the title RTF Action block Support for RTF May 29, 2019
@triccyx triccyx self-assigned this May 29, 2019
@triccyx triccyx added the analysis analysis on a specific argument label May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analysis analysis on a specific argument
Projects
None yet
Development

No branches or pull requests

1 participant