FCTX 1.6 Released!

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

FCTX 1.6 Released!

Ian Blumel
Administrator
This release focused on providing the ability initialize the test framework in different contexts. It also has the start for stronger C++ support starting with an exception check routine.

 - ENH: New fct_chk_ex will check that a C++ exception is generated within
   a code block. Only in C++.
   - http://fctx.wildbearsoftware.com/static/fctx/doc/1.6/api_fct.html?highlight=fct_chk_ex#fct_chk_ex
 - ENH: Add new FCT_BGN_FN/FCT_END_FN to bootstrap the test framework
   without using "main".
   - See http://fctx.wildbearsoftware.com/static/fctx/doc/1.6/api_fct.html#FCT_BGN_FN
 - ENH: Add new FCT_INIT, FCT_FINAL, and FCT_NUM_FAILED to allow you
   to initialize and finalize FCTX within your own custom function.
   - See http://fctx.wildbearsoftware.com/static/fctx/doc/1.6/api_fct.html#FCT_INIT

Download: http://fctx.wildbearsoftware.com/Download/1.6.0
Released Source: http://github.com/imb/fctx/tree/v1.6.0
Issue Tracker: http://github.com/imb/fctx/issues
See also: http://fctx.wildbearsoftware.com
Loading...