Examples
Some examples of using FCTX to perform unit testing.
Quick Tests. Illustrates how to quickly get up and running with FCTX. Write your tests when you think about them!
xUnit Style. Illustrates testing with test fixtures, using the common "xUnit" testing framework.
Custom Checks. Use the fct_xchk function to create your own informative custom checks for your data types.
See also the Support section for more details and examples.
