About Flip Unit Testing Language Guide
This guide is a serie of guides indented for flip developers to assist into using flip for unit testing.
How to Use This Document
You don't necesseraly need to read each chapter of this manual. Chapters are separated in very specific tasks, for a very specific need.
Prerequisites
You should be familiar with C++ programming, especially templates. You should be also familiar with the whole Flip framework.
See Also
See Flip Framework Reference for details on Flip classes.
Content
This guide presents the following content in a didactic order.
- The chapter Utml Overview gives quick introduction of the system
- The chapter Language Reference describes the markup language
- The chapter Using Utml exposes how to use the markup language
This guide is intended to be read in its natural chapter order. The first chapter, Utml Overview will guide you through the task of setting up a model and use Utml with it.