Extend unit tests #103
Labels
C++
challenge
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
improvement
unit test
Problem
The demonstration of features are in the
example
folder of AREG SDK. But still there are many objects and many methods that are never tested. In order to test, there is a need to increase amount of unit tests.Actions
The unit tests are integrated and should be implemented in the
tests/units
. Each.cpp
file should contain one test name. The tests are added in the CMakeFiles.txt by callingaddTest()
method, which automatically includes the tests in the compilation. The testing module is the AREG engine / framework.Note
This ticket cannot be assigned to one person since the topic of unit tests is huge.
Please inform for which object / topic you want to create unit test and I'll create a separate ticket and branch, and assign to you.
The text was updated successfully, but these errors were encountered: