vectorgrp / vector-vscode-vcast

A VectorCAST test adapter for VS Code
Other
8 stars 2 forks source link

Added ability to debug a single unit test. #191

Closed Den1552 closed 1 month ago

Den1552 commented 2 months ago

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 highlight validate VectorCAST option values. 4) Press F5 or click on Start Debugging

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud