Run and display unit tests

Run unit tests and display the output in a readable way

Unit tests are extremely useful when teaching concepts that can't easily be checked with Input/Output tests, such as functions and classes. It can also be extremely useful for testing websites and other (mockable) graphical user interfaces. However, the resulting output can often be difficult to interpret, particularly for novice programmers. In AutoTest v2 we provide standardized methods of parsing unit test output so that it is displayed in a readable way.

AutoTest v2 offers tiered support for unit testing frameworks. This is to make it easy for you to run and display tests even if there isn't dedicated support for the unit testing framework you are using:

🥇Gold support

Dedicated test blocks for popular unit testing frameworks. Here is a list of unit testing frameworks we offer gold support for:

🥈Silver support

Dedicated cg commands for popular unit testing frameworks. Here is a list of unit testing frameworks we offer silver support for:

  • No tools yet...

🥉Bronze support

Generic cg command that can be used to parse the junit xml output from any unit testing framework:

Last updated