Skip to content

CPP - Refactoring the tests and examples.

username-removed-110845 requested to merge cpp_refactor_tests into master

Adding a new class to hold common tests and refactoring the existing tests to use these.

Many of the test classes use what can be considered common methods. These changes will move the common methods to the CommonTests class.

Merge request reports