The other commands

From DevRiot for VS .Net Documentation

Jump to: navigation, search

Editing and Deleting Tests

Edit Command
Edit Command


Pressing this button will bring about a screen that will allow the user to choose the tests about to be edited or deleted (image below left). After selecting those tests a familiar form appears (image below right): it is the same "Add Test" form but with an extra button "Delete" on the lower left corner and a modified lower right button "Modify".


Edit/Delete Selection Screen
Edit/Delete Selection Screen
Edit/Delete Form
Edit/Delete Form


Run and Run Current

Run All command
Run All command
Run Current command
Run Current command


There are two ways to run tests using DevRiot:

  • Using the "Run All" button which would grab the main queue and execute it cute. Note if the first test in the queue is not a constructor call, DevRiot will place one for you at the beginning of the queue.
  • Using the "Run Current" button which generates a secondary queue for the M.U.T and execute it. Note that RIOT will always in the fist place of the secondary queue the first test of the main queue which should be a constructor call. The secondary queue remains in memory for reuse.
Personal tools