CT provides the feature to reconfigure existing tests, stubs, and fault injections when the source code modifies. To respond to C++ projects, CT 2023 added a class reconfiguration feature that allows you to reconfigure class codes and tests if a class or member function is renamed.

Modify the name of class

  • If the class name has changed, you can reconfigure the class code to reflect the change.
    • In section 1, a list of classes that need to be reconfigured appears.
    • Select the renamed class in section 2.
    • Search by class name in section 3.

Modifiy the name of member function

  • If a member function is renamed, you can reconfigure the class code or tests to reflect the change.
    • In section 1, a list of class codes that need to be reconfigured appears.
    • Check the reconfigured class code in section 2. Click [OK] to save the right class code.