Next: , Previous: Normal test module, Up: Test module


2.4.2.3 MINUnit test module

The MINUnit test module differs from Hardcoded test module mainly in the syntax of test case definition. MINUnit is an implementation of XUnit testing framework (see http://en.wikipedia.org/wiki/XUnit). The MINUnit test module supports assert macros as well as test fixtures setup and cleanup. See MIN Reference Guide for instructions on how to create a test case for MINUnit test module.

Figure below shows where the MINUnit test module is situated in MIN.

MINUnit Module