Next: , Previous: Abbreviations and definitions, Up: Top


2 Using MIN for test cases implementation

This chapter describes how MIN can be used for implementing test cases.

A test module contains the actual test case implementation. Test modules are implemented as separate libraries that MIN dynamically loads. Test modules can be freely implemented, as long as they implement the test module API. Test module can be Hardcoded, normal or MINUnit. These test module types can be seen in figure below.

MIN test module types

Test modules are indicated with bolded font.