Once you have created a test or test suite, you can use the Test command to initiate execution of the test. The Test command is available from the context menu of the project node, the Test Files node, and test suite nodes. After you run a test, you can choose to rerun individual tests that were executed during the test and displayed in the Test Results window.
To run all tests for a project:
The IDE executes all of the project's tests.
To run a single test suite:
To run a single test:
See also | |
---|---|
Creating a C/C++ Unit Test Unit Tests Results Window Debugging C/C++ Unit Tests |
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.