aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_suite_callback.erl
AgeCommit message (Expand)Author
2010-12-08Add locking mechanism for scb state when using parallel groupsLukas Larsson
2010-12-08Update ct_framework calls to allow manipulation of test results in end_tc wit...Lukas Larsson
2010-12-08Update all post_*_per_* to also take the Config argument which the *_per_* wa...Lukas Larsson
2010-12-08Add on_tc_fail and on_tc_skip functionalityLukas Larsson
2010-12-08Add special tagging for scb in order for event generation to be backward comp...Lukas Larsson
2010-12-08Add scoping for suite and groupsLukas Larsson
2010-12-08Extend SCB error handling printoutsLukas Larsson
2010-12-08Add SCB error handling functionalityLukas Larsson
2010-12-08Change default state to [] instead of undefinedLukas Larsson
2010-12-08Add terminate SCB functionalityLukas Larsson
2010-12-08Rename all callback functions to be more inline with the suite callback funct...Lukas Larsson
2010-12-08Update so that non tuple return values are not filtered outLukas Larsson
2010-12-08Remove some compilation warningsLukas Larsson
2010-12-08Add support for all pre/post init/end functionsLukas Larsson
2010-12-08Add so that suite_callbacks can be added by suite_callbacks. Add support for ...Lukas Larsson
2010-12-08Add support for suite_callback in spec, command_line and interactive. Start w...Lukas Larsson
2010-12-08Update framework callbacks to use end_tc/4 if available. end_tc/4 can return ...Lukas Larsson