Added a configuration in launch.json.example to run a single unit test.
Instructions:
1) Transform launch.json.example --> launch.json
2) Select "Debug Single Selected VectorCAST Unit Test" in the Debugger
3) Open a test file and select a test title
--> So for instance:
test( "validate VectorCAST option values" ...
You need to select and highlight validate VectorCAST option values.
4) Press F5 or click on Start Debugging
Summary:
Added a configuration in
launch.json.example
to run a single unit test.Instructions:
1) Transform
launch.json.example
-->launch.json
2) Select "Debug Single Selected VectorCAST Unit Test
" in the Debugger 3) Open a test file and select a test title --> So for instance:test( "validate VectorCAST option values" ...
You need to select and highlightvalidate VectorCAST option values
. 4) PressF5
or click onStart Debugging