Tux Test Module Reference (Windows Embedded CE 6.0)
1/6/2010
A Tux test module must contain the following items to run correctly.
- A function table to define all test cases in the test module.
- A ShellProc function to handle Tux-related messages.
- One or more TestProc test case functions, located in the function table.
This section provides an overview of the structures, messages, and functions used by a Tux test DLL module. A sample test named Tuxdemo illustrates how to write a Tux test module. The topics for the structures, messages, and functions reference the source files for Tuxdemo, which you can use as a template for creating your own test DLL.
In This Section
- Function Table
Describes how Tux uses a function table to export test cases.
- Tux Functions
Lists functions in Tux.
- Tux Messages
Lists messages in Tux.
- Tux Structures
Lists structures in Tux.