aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_suite_callback.erl
AgeCommit message (Expand)Author
2011-02-17Fix bug where the state of an SCB was altered when no on_tc_* existedLukas Larsson
2011-02-17Update SCBs to use a specific id/1 function for SCb overriding instead of ret...Lukas Larsson
2010-12-09Add tests for SCB's with same id and fixed bug relating to itLukas Larsson
2010-12-08Add so that failures in SCB:init/1 causes the entire scb scope to failLukas Larsson
2010-12-08Fix bug which caused scb to be added too much when initiated in the suite inf...Lukas Larsson
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