Visual Assert – The Unit Testing Add-In for Visual C++
cfix – C/C++ Unit Testing for Win32 and NT
 
 

Keyboard Shortcuts

Keyboard Shortcuts

Global

  • Ctrl+1,Ctrl+e: Open Test Explorer Window
  • Ctrl+1,Ctrl+r: Open Run Window
  • Ctrl+1,Ctrl+s: Restart last run (with debugger)
  • Ctrl+1,Ctrl+d: Restart last run without debugging

[Note]Note
You can assign custom keyboard shortcuts to the commands listed above in the Options dialog of Visual Studio (Environment > Keyboard) -- all commands are prefixed with VisualAssert.

Test Explorer Window

  • Enter: Go to source code currently selected test
  • Ctrl+Enter: Run currently selected test (with debugger)
  • Ctrl+Shift+Enter: Run currently selected test without debugging

Run Window

  • Ctrl+Enter: Run currently selected test (with debugger)
  • Ctrl+Shift+Enter: Run currently selected test without debugging